Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets whether the availability group is online.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property IsOnline As Boolean
Get
'Usage
Dim instance As AvailabilityGroupState
Dim value As Boolean
value = instance.IsOnline
public bool IsOnline { get; }
public:
virtual property bool IsOnline {
bool get () sealed;
}
abstract IsOnline : bool
override IsOnline : bool
final function get IsOnline () : boolean
Property Value
Type: System.Boolean
True if the availability group is online; otherwise, false.
Implements
IAvailabilityGroupState.IsOnline