DTS Programming
DestinationColumns Property
The DestinationColumns property returns a reference to a Columns collection that contains the definitions for the columns to which the transformation will write.
Applies To
| Transformation Object | Transformation2 Object |
Syntax
object.DestinationColumns
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Data Type
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetDestinationColumns(IDTSColumns **pRetVal);
Remarks
The Ordinal property of the Column objects in the DestinationColumns collection determines the order of columns the transformation will see at the destination. It is used to map these columns to the elements of the SourceColumns collection.