Свойство IDTSExecuteSQL.SqlStatementSourceType

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Сборка:  Microsoft.SqlServer.SQLTask (в Microsoft.SqlServer.SQLTask.dll)

Синтаксис

'Декларация
Property SqlStatementSourceType As SqlStatementSourceType 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

IDTSExecuteSQL Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask