Compartilhar via


Propriedade do RDL AdHocTableReference.DataSource

Gets or sets the Ad hoc connection information.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property DataSource As AdHocDataSource 
    Get 
    Set
'Uso
Dim instance As AdHocTableReference 
Dim value As AdHocDataSource 

value = instance.DataSource

instance.DataSource = value
public AdHocDataSource DataSource { get; set; }
public:
property AdHocDataSource^ DataSource {
    AdHocDataSource^ get ();
    void set (AdHocDataSource^ value);
}
member DataSource : AdHocDataSource with get, set
function get DataSource () : AdHocDataSource 
function set DataSource (value : AdHocDataSource)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AdHocDataSource
The Ad hoc connection information.

Consulte também

Referência

AdHocTableReference Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom