다음을 통해 공유


IDTSSupportOffline100.OfflineMode 속성

정의

DTS 연결에서 오프라인 모드를 지원하는지 여부를 가져오거나 설정합니다.

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

속성 값

DTS 연결이 오프라인 모드를 지원하는 경우 true입니다. 그렇지 않으면 false입니다.

특성

적용 대상