Sql90DatabaseMirroringRoleType Enumeration

Specifies a Sql90 database mirroring role type.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration Sql90DatabaseMirroringRoleType
'Usage
Dim instance As Sql90DatabaseMirroringRoleType
public enum Sql90DatabaseMirroringRoleType
public enum class Sql90DatabaseMirroringRoleType
public enum Sql90DatabaseMirroringRoleType
type Sql90DatabaseMirroringRoleType

Members

Member name Description
Unknown Role type is Unknown
Witness Role type is Witness
Partner Role type is Partner
All Role type is All

Remarks

See ISql90DatabaseMirroringLanguageSpecifier.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace