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.
Changes the mirroring configuration as specified by the options.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub ChangeMirroringState ( _
mirroringOption As MirroringOption _
)
'Usage
Dim instance As Database
Dim mirroringOption As MirroringOption
instance.ChangeMirroringState(mirroringOption)
public void ChangeMirroringState(
MirroringOption mirroringOption
)
public:
void ChangeMirroringState(
MirroringOption mirroringOption
)
member ChangeMirroringState :
mirroringOption:MirroringOption -> unit
public function ChangeMirroringState(
mirroringOption : MirroringOption
)
Parameter
- mirroringOption
Typ: Microsoft.SqlServer.Management.Smo.MirroringOption
A MirroringOption object value that specifies how the mirroring configuration is updated.
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace
Andere Ressourcen
Arbeiten mit Datenbankobjekten
Verwaltung der Datenbankspiegelung