InsertQueryColumns Property

DTS Programming

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

Columns Collection

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetInsertQueryColumns(IDTSColumns **pRetVal);

See Also

Column Object

DeleteQueryColumns Property

DTS Query Strings in Visual Basic

InsertQuery Property

UpdateQueryColumns Property

UserQueryColumns Property