ISql90Route.Address (Propiedad)

Obtiene o establece la dirección de red para esta ruta.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISql90Route Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)