DTS Programming
DestinationColumnDefinitions Property
The DestinationColumnDefinitions property returns a reference to a Columns collection that contains the column definitions for a DataPumpTask2, DataDrivenQueryTask2, or ParallelDataPumpTask destination connection.

Applies To
DataDrivenQueryTask Object | DataPumpTask2 Object |
DataDrivenQueryTask2 Object | TransformationSet Object |
DataPumpTask Object |
Syntax
object.DestinationColumnDefinitions [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Reference to a Columns collection that contains the destination column definitions |
Data Type
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetDestinationColumnDefinitions(IDTSColumns **pRetVal);
Remarks
This collection is constructed from the rowset obtained by querying the destination.