共用方式為


PolicyExtender.OfflineMode 屬性

Gets a Boolean value that indicates whether connection is offline.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<ExtendedPropertyAttribute> _
Public ReadOnly Property OfflineMode As Boolean 
    Get
'用途
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

屬性值

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

請參閱

參考

PolicyExtender 類別

Microsoft.SqlServer.Management.Dmf 命名空間