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

속성 값

작업에서 실행하는 동안 사용자 인터페이스 개체를 표시해야 하는 경우 true입니다. 그렇지 않으면 false입니다.

특성

설명

이 인터페이스는 PackagePackageNeutral 인터페이스에 의해 구현됩니다.

적용 대상