The SourceSQLStatement property specifies the SQL statement used to execute on the source rowset.
object.SourceSQLStatement [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | SQL statement used to execute on the source rowset |
String
Read/write
HRESULT GetSourceSQLStatement(BSTR *pRetVal);
HRESULT SetSourceSQLStatement(BSTR NewValue);
The SQL statement specified by this property can contain ? tokens that are replaced by the values of global variables named by the InputGlobalVariableNames property.