次の方法で共有


Executable プロパティ

パッケージの実行時に実行する Microsoft Win32 実行可能ファイルまたはバッチ ファイルの名前を取得します。値の設定も可能です。

名前空間:  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
パッケージの実行時に実行する Microsoft Win32 実行可能ファイルまたはバッチ ファイルの名前を表す String です。

実装

IDTSExecuteProcess. . :: . .Executable