Partager via


Propriété IDTSExecuteSQL.SqlStatementSource

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly :  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Syntaxe

'Déclaration
Property SqlStatementSource As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSExecuteSQL Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask