Share via


ISql90Route.MirrorAddress Property

Gets or sets the network address for a mirrored database that has one mirrored database hosted at the Address property.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property MirrorAddress As String
string MirrorAddress { get; set; }
property String^ MirrorAddress {
    String^ get ();
    void set (String^ value);
}
abstract MirrorAddress : string with get, set
function get MirrorAddress () : String
function set MirrorAddress (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Route Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace