Compartir a través de


ISqlLinkedServer.Location (Propiedad)

Obtiene o establece la ubicación de la base de datos remota.

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

Sintaxis

'Declaración
Property Location As String
    Get
    Set
string Location { get; set; }
property String^ Location {
    String^ get ();
    void set (String^ value);
}
abstract Location : string with get, set
function get Location () : String
function set Location (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISqlLinkedServer Interfaz

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