MirroringWitnessStatus Enumeration
The MirroringWitnessStatus enumeration contains values that specify the state of the mirroring witness.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Declaration
Public Enumeration MirroringWitnessStatus
public enum MirroringWitnessStatus
public enum class MirroringWitnessStatus
public enum MirroringWitnessStatus
public enum MirroringWitnessStatus
Members
Member name | Description |
---|---|
Connected | Value = 2. Mirroring witness is connected. |
Disconnected | Value = 3. Mirroring witness is disconnected. |
None | Value = 0. The database is not mirrored. |
Unknown | Value = 1. The state of the mirroring witness is unknown. |
Remarks
Updated text:14 April 2006
The MirroringWitnessStatus enumeration method is served by the MirroringWitnessStatus property.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace
Change History
Release |
History |
14 April 2006 |
Changed content:
|