Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The MirroringRole enumeration contains values that specify the role the database plays in mirroring.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration MirroringRole
'Usage
Dim instance As MirroringRole
public enum MirroringRole
public enum class MirroringRole
type MirroringRole
public enum MirroringRole
Members
| Member name | Description | |
|---|---|---|
| Mirror | Value = 1. The database is a mirror of the principal database. | |
| None | Value = 0. The database is not participating in mirroring. | |
| Principal | Value = 2. The database is the principal database. |