IDTSExecuteProcess.Executable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 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 可執行檔或批次檔的名稱。