Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the address of the Database Engine instance that is the partner server for database mirroring.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirroringPartner As String
Get
Set
'Usage
Dim instance As Database
Dim value As String
value = instance.MirroringPartner
instance.MirroringPartner = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string MirroringPartner { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ MirroringPartner {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringPartner : string with get, set
function get MirroringPartner () : String
function set MirroringPartner (value : String)
Property Value
Type: System.String
A String value that specifies the name of the partner server.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
Database Mirroring Administration