GetObjectForTransfer Method (DTS)

The GetObjectForTransfer method iterates objects on the list of objects to be transferred.

Applies To
TransferObjectsTask Object  

Syntax

object.GetObjectForTransfer(
Index,
ObjectName,
OwnerName,
Type As DTSSQLObjectType)

Part Description
object Expression that evaluates to an object in the Applies To list
Index Attribute of a GetObjectForTransfer index
ObjectName Object name
OwnerName Object owner name
Type Object type

Remarks

The GetObjectForTransfer index is 0-based.

Prototype (C/C++)

HRESULT GetObjectForTransfer(LONG Index,
BSTR *ObjectName,
BSTR *OwnerName,
DTSSQLObjectType *Type);

See Also
AddObjectForTransfer Method ResetObjectsList Method

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.