IDTSPackage100.InteractiveMode 屬性

定義

取得或設定值,這個值表示工作執行時是否應該顯示使用者介面物件。

public:
 property bool InteractiveMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(80)]
public bool InteractiveMode { [System.Runtime.InteropServices.DispId(80)] get; [System.Runtime.InteropServices.DispId(80)] set; }
[<System.Runtime.InteropServices.DispId(80)>]
[<get: System.Runtime.InteropServices.DispId(80)>]
[<set: System.Runtime.InteropServices.DispId(80)>]
member this.InteractiveMode : bool with get, set
Public Property InteractiveMode As Boolean

屬性值

Boolean

如果工作在執行時應該顯示使用者介面物件,則為 true;否則為 false。

屬性

備註

此介面是由 PackagePackageNeutral 介面實作。

適用於