Share via


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.