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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.