Condividi tramite


Proprietà MirroringPartner

Gets or sets the address of the Motore di database instance that is the partner server for database mirroring.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public Property MirroringPartner As String
    Get
    Set
'Utilizzo
Dim instance As Database
Dim value As String

value = instance.MirroringPartner

instance.MirroringPartner = value
[SfcPropertyAttribute]
public string MirroringPartner { get; set; }
[SfcPropertyAttribute]
public:
property String^ MirroringPartner {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member MirroringPartner : string with get, set
function get MirroringPartner () : String
function set MirroringPartner (value : String)

Valore proprietà

Tipo: System. . :: . .String
A String value that specifies the name of the partner server.