Proprietà ISqlLinkedServer.DataSource

Ottiene o imposta il nome dell'origine dei dati remota.

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

Sintassi

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

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServer Interfaccia

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