Свойство 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.