DatabaseMirroringPayload.ServerMirroringRole Property
Gets or sets the server mirroring role.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ServerMirroringRole As ServerMirroringRole
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.ServerMirroringRole
A ServerMirroringRole object value that specifies the server mirroring role.
Examples
See Also
Reference
DatabaseMirroringPayload Class
Microsoft.SqlServer.Management.Smo Namespace