Compartir a través de


PolicyExtender.OfflineMode Propiedad

Gets a Boolean value that indicates whether connection is offline.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<ExtendedPropertyAttribute> _
Public ReadOnly Property OfflineMode As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that indicates whether connection is offline, True if in offline mode, otherwise False.

Vea también

Referencia

PolicyExtender Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf