ConnectionManager.OfflineMode Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the connection manager is in offline mode.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

[BrowsableAttribute(false)]
public bool OfflineMode { get; set; }
public:
[BrowsableAttribute(false)]
property bool OfflineMode {
    bool get();
    void set(bool value);
}
[<BrowsableAttribute(false)>]
member OfflineMode : bool with get, set
<BrowsableAttribute(False)>
Public Property OfflineMode As Boolean

Property Value

Type: System.Boolean

true if the connection manager is in offline mode; otherwise, false.

See Also

ConnectionManager Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top