Freigeben über


IDTSExecuteSQL.SqlStatementSource-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the name of the source that contains the SQL statement that the Execute SQL task runs.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
Property SqlStatementSource As String 
    Get 
    Set
'Usage
Dim instance As IDTSExecuteSQL 
Dim value As String 

value = instance.SqlStatementSource

instance.SqlStatementSource = value
string SqlStatementSource { get; set; }
property String^ SqlStatementSource {
    String^ get ();
    void set (String^ value);
}
abstract SqlStatementSource : string with get, set
function get SqlStatementSource () : String 
function set SqlStatementSource (value : String)

Eigenschaftswert

Typ: System.String
The name of the source that contains the SQL statement that the Execute SQL task runs.

Siehe auch

Verweis

IDTSExecuteSQL Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace