SQLStatement Property (DTS)

The SQLStatement property specifies the SQL statement to be executed.

Applies To
ExecuteSQLTask Object  

Syntax

object.SQLStatement [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value SQL statement

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSQLStatement(BSTR *pRetVal);

HRESULT SetSQLStatement(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.