DTS Programming
SourceColumns Property
The SourceColumns property returns a reference to a Columns collection that contains the source columns the transformation uses.

Applies To
Transformation Object | Transformation2 Object |
Syntax
[Set columns =] object.SourceColumns
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
columns | Reference to collection containing source columns |
Data Type
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetSourceColumns(IDTSColumns **pRetVal);
Remarks
For this collection, either the name or the ordinal can be used to reference individual elements.