共用方式為


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 命名空間