Propriété OfflineMode
Gets a Boolean value that indicates whether connection is offline.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property OfflineMode As Boolean
Get
'Utilisation
Dim instance As PolicyExtender
Dim value As Boolean
value = instance.OfflineMode
[ExtendedPropertyAttribute]
public bool OfflineMode { get; }
[ExtendedPropertyAttribute]
public:
property bool OfflineMode {
bool get ();
}
[<ExtendedPropertyAttribute>]
member OfflineMode : bool
function get OfflineMode () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value that indicates whether connection is offline, True if in offline mode, otherwise False.