次の方法で共有


TabularType 列挙体

表形式オブジェクトの種類を定義します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
Public Enumeration TabularType
'使用
Dim instance As TabularType
public enum TabularType
public enum class TabularType
type TabularType
public enum TabularType

メンバー

メンバー名 説明
CommonTableExpression CTE (共通テーブル式) です。
DerivedTable 派生テーブルです。
DmlInsertedDeleted DML INSERT/DELETE テーブルです。
DmlTableSource DML テーブル ソースです。
PivotTable ピボット テーブルです。
Table テーブルです。
TableAlias テーブル別名です。
TableDataType table データ型です。
TableValuedFunction テーブル値関数です。
TableVariable テーブル変数です。
TemporaryTable 一時テーブルです。
UnpivotTable ピボット解除テーブルです。
View ピボット ビューです。