Database.ChangeMirroringState Method
Changes the mirroring configuration as specified by the options.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Public Sub ChangeMirroringState ( _
mirroringOption As MirroringOption _
)
public void ChangeMirroringState (
MirroringOption mirroringOption
)
public:
void ChangeMirroringState (
MirroringOption mirroringOption
)
public void ChangeMirroringState (
MirroringOption mirroringOption
)
public function ChangeMirroringState (
mirroringOption : MirroringOption
)
Parametri
- mirroringOption
A MirroringOption object value that specifies how the mirroring configuration is updated.
Osservazioni
Testo aggiornato:14 aprile 2006
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Database Class
Database Members
Microsoft.SqlServer.Management.Smo Namespace
Altre risorse
How to: Create, Alter, and Remove a Database in Visual Basic .NET
Mirroring del database
Creating, Altering, and Removing Databases
CREATE DATABASE (Transact-SQL)