Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether the database is marked synchronized in the cluster.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFailoverReady As Boolean
Get
'Usage
Dim instance As AvailabilityDatabase
Dim value As Boolean
value = instance.IsFailoverReady
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsFailoverReady { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsFailoverReady {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsFailoverReady : bool
function get IsFailoverReady () : boolean
Property Value
Type: System.Boolean
true if the database is marked synchronized in the cluster; otherwise, false.