Partager via


ISqlLinkedServer.DataSource, propriété

Obtient ou définit le nom de la source 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 DataSource As String
    Get
    Set
string DataSource { get; set; }
property String^ DataSource {
    String^ get ();
    void set (String^ value);
}
abstract DataSource : string with get, set
function get DataSource () : String
function set DataSource (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