The GetObjectForTransfer method iterates objects on the list of objects to be transferred.
TransferObjectsTask Object |
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 |
The GetObjectForTransfer index is 0-based.
HRESULT GetObjectForTransfer(LONG Index,
BSTR *ObjectName,
BSTR *OwnerName,
DTSSQLObjectType *Type);
AddObjectForTransfer Method | ResetObjectsList Method |