DTS Programming
InsertQueryColumns Property
The InsertQueryColumns property returns a reference to a collection of column parameters in sequential order for the InsertQuery parameter.

Applies To
DataDrivenQueryTask Object | TransformationSet Object |
DataDrivenQueryTask2 Object |
Syntax
object.InsertQueryColumns
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Data Type
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetInsertQueryColumns(IDTSColumns **pRetVal);