Partilhar via


Propriedade ISql90Route.Address

Obtém ou define o endereço de rede para esta rota.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90Route Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel