Partager via


ISqlLinkedServer.Location, propriété

Obtient ou définit l'emplacement de la base de données distante.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ISqlLinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms