Proprietà ServerMirroringRole
Gets or sets the server mirroring role.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ServerMirroringRole As ServerMirroringRole
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ServerMirroringRole
A ServerMirroringRole object value that specifies the server mirroring role.
Vedere anche