Partager via


Propriété IDTSExecuteSQL.SqlStatementSourceType

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 type of 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 SqlStatementSourceType As SqlStatementSourceType 
    Get 
    Set
'Utilisation
Dim instance As IDTSExecuteSQL 
Dim value As SqlStatementSourceType 

value = instance.SqlStatementSourceType

instance.SqlStatementSourceType = value
SqlStatementSourceType SqlStatementSourceType { get; set; }
property SqlStatementSourceType SqlStatementSourceType {
    SqlStatementSourceType get ();
    void set (SqlStatementSourceType value);
}
abstract SqlStatementSourceType : SqlStatementSourceType with get, set
function get SqlStatementSourceType () : SqlStatementSourceType 
function set SqlStatementSourceType (value : SqlStatementSourceType)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.SqlStatementSourceType
A value from the SqlStatementSourceType enumeration that describes the type of source for the SQL statement.

Voir aussi

Référence

IDTSExecuteSQL Interface

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