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.