IDTSPackage100.OfflineMode Property

Definition

Gets or sets a value that indicates whether the package is working in offline mode.

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

Property Value

true if the package is working in offline mode; otherwise, false.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to