TabularType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum TabularType
type TabularType =
Public Enum TabularType
- Inheritance
-
TabularType
Fields
Name | Value | 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 |