UpdateQueryColumns Property

DTS Programming

DTS Programming

UpdateQueryColumns Property

The UpdateQueryColumns property returns a reference to a collection of Column objects that serve as parameters for the query specified by the UpdateQuery property.

Applies To
DataDrivenQueryTask Object TransformationSet Object
DataDrivenQueryTask2 Object  
Syntax

object.UpdateQueryColumns

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 GetUpdateQueryColumns(IDTSColumns **pRetVal);

Remarks

The values of the columns specified by the UpdateQueryColumns property are substituted for the parameters in the UpdateQuery in the order in which the columns were added to the collection.

See Also

Adding DTS Query Strings

Column Object

DeleteQueryColumns Property

InsertQueryColumns Property

UpdateQuery Property

UserQueryColumns Property