Freigeben über


DatabaseMirroringEndpointRole-Enumeration

Specifies the types of database mirroring endpoint role.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

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

Elemente

Elementname Beschreibung
All The role is All.
NotSpecified The role is NotSpecified.
Partner The role is Partner.
Witness The role is Witness.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace