TabularType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum TabularType
type TabularType =
Public Enum TabularType
- 繼承
-
TabularType
欄位
| 名稱 | 值 | Description |
|---|---|---|
| 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 |