Propriedade do RDL PolicyExtender.OfflineMode
Gets a Boolean value that indicates whether connection is offline.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<ExtendedPropertyAttribute> _
Public ReadOnly Property OfflineMode As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
A Boolean value that indicates whether connection is offline, True if in offline mode, otherwise False.