Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Performs a manual failover of this availability group to the server specified by the Parent property with no possibility of data loss.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Failover
'Usage
Dim instance As AvailabilityGroup
instance.Failover()
public void Failover()
public:
void Failover()
member Failover : unit -> unit
public function Failover()
Hinweise
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.