Partager via


MirroringPartnerInstance propriété

Gets the instance of SQL Server on which the mirroring partner is configured.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringPartnerInstance As String
    Get
'Utilisation
Dim instance As Database
Dim value As String

value = instance.MirroringPartnerInstance
[SfcPropertyAttribute]
public string MirroringPartnerInstance { get; }
[SfcPropertyAttribute]
public:
property String^ MirroringPartnerInstance {
    String^ get ();
}
[<SfcPropertyAttribute>]
member MirroringPartnerInstance : string
function get MirroringPartnerInstance () : String

Valeur de la propriété

Type : System. . :: . .String
A String value that specifies the instance of SQL Server.