OdbcQualifiedJoin.TableSource 属性

获取或设置表源。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property TableSource As TableSource
    Get
    Set
public TableSource TableSource { get; set; }
public:
property TableSource^ TableSource {
    TableSource^ get ();
    void set (TableSource^ value);
}
member TableSource : TableSource with get, set
function get TableSource () : TableSource
function set TableSource (value : TableSource)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.TableSource

.NET Framework 安全性

请参见

参考

OdbcQualifiedJoin 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间