The UpdateQueryColumns property returns a reference to a collection of Column objects that serve as parameters for the query specified by the UpdateQuery property.
object.UpdateQueryColumns
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Read-only
HRESULT GetUpdateQueryColumns(IDTSColumns **pRetVal);
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.