The UserQueryColumns property returns a reference to a collection of Column objects that serve as parameters for the query specified by the UserQuery property.
object.UserQueryColumns
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Read-only
HRESULT GetUserQueryColumns(IDTSColumns **pRetVal);
The values of the columns specified by the UserQueryColumns property replace the parameter placeholders in the UserQuery in the order in which the columns were added to the collection.