Sdílet prostřednictvím


ISqlLinkedServer.Location – vlastnost

Získá nebo nastaví umístění vzdálené databáze.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlLinkedServer Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů