Query Property

DTS Programming

DTS Programming

Query Property

The Query property specifies a parameterized query to execute.

Applies To
Lookup Object
Syntax

object.Query [= value]

Part Description
object Expression that evaluates to a Lookup object
value Parameterized query to execute

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetQuery(BSTR *pRetVal);

HRESULT SetQuery(BSTR NewValue);

See Also

Adding DTS Lookups and Global Variables