Поделиться через


Свойство IDTSExecuteProcess.Executable

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

Gets or sets the name of the Microsoft Win32 executable file or batch files to run when the package runs.

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

Синтаксис

'Декларация
Property Executable As String 
    Get 
    Set
'Применение
Dim instance As IDTSExecuteProcess 
Dim value As String 

value = instance.Executable

instance.Executable = value
string Executable { get; set; }
property String^ Executable {
    String^ get ();
    void set (String^ value);
}
abstract Executable : string with get, set
function get Executable () : String 
function set Executable (value : String)

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

Тип: System.String
A String that contains the name of the Microsoft Win32 executable file or batch files to run when the package runs.

См. также

Справочник

IDTSExecuteProcess Интерфейс

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