共用方式為


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 命名空間