Proprietà ISql90Route.Address

Ottiene o imposta l'indirizzo di rete per questa route.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property Address As String
    Get
    Set
string Address { get; set; }
property String^ Address {
    String^ get ();
    void set (String^ value);
}
abstract Address : string with get, set
function get Address () : String
function set Address (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Route Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel