Partilhar via


Propriedade ISqlLinkedServer.Location

Obtém ou define o local do banco de dados remoto.

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

Sintaxe

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

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISqlLinkedServer Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel