Database.MirroringPartner Property

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

Working with Database Objects

See Also

Reference

Database Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Database Mirroring Administration

Implementing Endpoints

Creating, Altering, and Removing Databases

CREATE DATABASE (Transact-SQL)