Свойство AdHocTableReference.DataSource

Gets or sets the Ad hoc connection information.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property DataSource As AdHocDataSource 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.AdHocDataSource
The Ad hoc connection information.

См. также

Справочник

AdHocTableReference Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom