Partilhar via


Propriedade ISqlLinkedServer.DataSource

Obtém ou define o nome da fonte de dados remota.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISqlLinkedServer Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel