MirroringPartnerInstance Propiedad
Gets the instance of SQL Server on which the mirroring partner is configured.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringPartnerInstance As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the instance of SQL Server.