Właściwość DatabaseMirroringPayload.ServerMirroringRole
Pobiera lub ustawia dublowanie roli serwera.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ServerMirroringRole As ServerMirroringRole
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.ServerMirroringRole
A ServerMirroringRole wartość obiektu, który określa rolą dublowanie serwera.
Zobacz także