Свойство IDTSExecuteSQL.SqlStatementSource

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

Gets or sets the name of the 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 SqlStatementSource As String 
    Get 
    Set
'Применение
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)

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

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

См. также

Справочник

IDTSExecuteSQL Интерфейс

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