Partilhar via


Método AvailabilityGroup.FailoverWithPotentialDataLoss

Performs a forced failover of this availability group to the server specified by the Parent property with the possibility of data loss if the databases on the replica are not synchronized with the primary.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub FailoverWithPotentialDataLoss
'Uso
Dim instance As AvailabilityGroup

instance.FailoverWithPotentialDataLoss()
public void FailoverWithPotentialDataLoss()
public:
void FailoverWithPotentialDataLoss()
member FailoverWithPotentialDataLoss : unit -> unit
public function FailoverWithPotentialDataLoss()

Comentários

This server should be participating in the availability group as a secondary replica. The result of the action will be to designate this server as the primary of this availability group.

Consulte também

Referência

AvailabilityGroup Classe

Namespace Microsoft.SqlServer.Management.Smo