Właściwość IDTSExecuteSQL.SqlStatementSourceType
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Zestaw: Microsoft.SqlServer.SQLTask (w Microsoft.SqlServer.SQLTask.dll)
Składnia
'Deklaracja
Property SqlStatementSourceType As SqlStatementSourceType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.SqlStatementSourceType
Zobacz także