TabularType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public enum TabularType
type TabularType =
Public Enum TabularType
- 継承
-
TabularType
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| CommonTableExpression | 0 | |
| DerivedTable | 1 | |
| DmlInsertedDeleted | 2 | |
| DmlTableSource | 3 | |
| PivotTable | 4 | |
| Table | 5 | |
| TableAlias | 6 | |
| TableDataType | 7 | |
| TableValuedFunction | 8 | |
| TableVariable | 9 | |
| TemporaryTable | 10 | |
| UnpivotTable | 11 | |
| View | 12 |