AvailabilityDatabase.IsFailoverReady Propiedad
Gets or sets a value that indicates whether the database is marked synchronized in the cluster.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFailoverReady As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if the database is marked synchronized in the cluster; otherwise, false.