DatabaseMirroringEndpointRole 枚举

Specifies the types of database mirroring endpoint role.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Enumeration DatabaseMirroringEndpointRole
用法
Dim instance As DatabaseMirroringEndpointRole
public enum DatabaseMirroringEndpointRole
public enum class DatabaseMirroringEndpointRole
type DatabaseMirroringEndpointRole
public enum DatabaseMirroringEndpointRole

成员

成员名称 说明
All The role is All.
NotSpecified The role is NotSpecified.
Partner The role is Partner.
Witness The role is Witness.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间