次の方法で共有


IDTSExecuteProcess.Executable プロパティ

定義

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

public:
 property System::String ^ Executable { System::String ^ get(); void set(System::String ^ value); };
public string Executable { get; set; }
member this.Executable : string with get, set
Public Property Executable As String

プロパティ値

パッケージの実行時に実行する Microsoft Win32 実行可能ファイルまたはバッチ ファイルの名前を含む文字列。

適用対象