共用方式為


Executable 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
組件:  Microsoft.SqlServer.ExecProcTask (在 Microsoft.SqlServer.ExecProcTask.dll 中)

語法

'宣告
Public Property Executable As String
    Get
    Set
'用途
Dim instance As ExecuteProcess
Dim value As String

value = instance.Executable

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

屬性值

型別:System. . :: . .String
A String that contains the name of the Microsoft Win32 executable file or batch file to run when the package runs.

實作

IDTSExecuteProcess. . :: . .Executable