IDTSSupportOffline100.OfflineMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether DTS connection supports offline mode.
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
Property Value
true if DTS connection supports offline mode; otherwise, false.
- Attributes