언어

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; 그렇지 않으면 거짓입니다.

특성

설명

이 인터페이스는 와 Package 인터페이스에 의해 PackageNeutral 구현됩니다.

적용 대상