مشاركة عبر


PolicyExtender.OfflineMode Property

Gets a Boolean value that indicates whether connection is offline.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property OfflineMode As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

PolicyExtender Class

Microsoft.SqlServer.Management.Dmf Namespace