Condividi tramite


Proprietà SqlStatementSourceType

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Sintassi

'Dichiarazione
Property SqlStatementSourceType As SqlStatementSourceType
    Get
    Set
'Utilizzo
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)