Propriedade do RDL AvailabilityDatabase.IsFailoverReady
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 (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.Boolean
true if the database is marked synchronized in the cluster; otherwise, false.