AvailabilityDatabase.IsFailoverReady Property
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.