UnpivotedTableSource.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
傳回 TableSource

.NET Framework 安全性

請參閱

參考

UnpivotedTableSource 類別

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