Compartir a través de


DatabaseMirroringPayload.ServerMirroringRole Propiedad

Gets or sets the server mirroring role.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ServerMirroringRole As ServerMirroringRole 
    Get 
    Set
'Uso
Dim instance As DatabaseMirroringPayload 
Dim value As ServerMirroringRole 

value = instance.ServerMirroringRole

instance.ServerMirroringRole = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ServerMirroringRole ServerMirroringRole { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ServerMirroringRole ServerMirroringRole {
    ServerMirroringRole get ();
    void set (ServerMirroringRole value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ServerMirroringRole : ServerMirroringRole with get, set
function get ServerMirroringRole () : ServerMirroringRole 
function set ServerMirroringRole (value : ServerMirroringRole)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.ServerMirroringRole
A ServerMirroringRole object value that specifies the server mirroring role.

Ejemplos

Implementar extremos

Vea también

Referencia

DatabaseMirroringPayload Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Administración de la creación de reflejo de la base de datos

CREATE ENDPOINT (Transact-SQL)