Proprietà ISqlLinkedServer.Location

Ottiene o imposta il percorso del database remoto.

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

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServer Interfaccia

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