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.