The SourceSQLStatement property specifies the SQL statement used to execute on the source rowset.
| DataDrivenQueryTask Object | DataPumpTask Object |
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);
DestinationSQLStatement Property