Partager via


ISql90Route.MirrorAddress, propriété

Obtient ou définit l'adresse réseau pour une base de données mise en miroir qui a une base de données mise en miroir hébergée à l'emplacement de la propriété Address.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property MirrorAddress As String
    Get
    Set
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ISql90Route Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms