The DestinationColumns property specifies a DestinationColumns collection.
Transformation Object |
object.DestinationColumns
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
For the DestinationColumns collection, the name and ordinal are used. The order of columns in this collection determines the order of columns the transformation will see at the destination. The data pump exposes this ordered subset of the full destination column set to the transformation (for example, in the DTSDestination collection for a Microsoft® ActiveX® script transformation).
Columns
Read-only
HRESULT GetDestinationColumns(IDTSColumns **pRetVal);
Columns Collection | SourceColumns Property |