IDTSSupportOffline100.OfflineMode Property

Definition

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

Applies to