Share via


IDTSPackage100.OfflineMode プロパティ

定義

パッケージがオフライン モードで動作しているかどうかを示す値を取得します。値の設定も可能です。

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

プロパティ値

パッケージがオフライン モードで動作している場合は true。それ以外の場合は false。

属性

注釈

このインターフェイスは、Package インターフェイスおよび PackageNeutral インターフェイスで実装されます。

適用対象