The DestinationColumns property returns a reference to a Columns collection that contains the definitions for the columns to which the transformation will write.
object.DestinationColumns
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Read-only
HRESULT GetDestinationColumns(IDTSColumns **pRetVal);
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.