DTS Programming
DeleteQueryColumns Property
The DeleteQueryColumns property returns a reference to a collection of columns whose values are to be placed into parameters, in sequential order, for the DeleteQuery property.
Applies To
| DataDrivenQueryTask Object | TransformationSet Object |
| DataDrivenQueryTask2 Object |
Syntax
object.DeleteQueryColumns
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Data Type
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetDeleteQueryColumns(IDTSColumns **pRetVal);