Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
<BrowsableAttribute(False)> _
Public Property OfflineMode As Boolean
Get
Set
'Usage
Dim instance As ConnectionManager
Dim value As Boolean
value = instance.OfflineMode
instance.OfflineMode = value
[BrowsableAttribute(false)]
public bool OfflineMode { get; set; }
[BrowsableAttribute(false)]
public:
property bool OfflineMode {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
member OfflineMode : bool with get, set
function get OfflineMode () : boolean
function set OfflineMode (value : boolean)
Property Value
Type: System.Boolean
true if the connection manager is in offline mode; otherwise, false.