TabularType Enum
Definition
public enum TabularType
type TabularType =
Public Enum TabularType
- Inheritance
-
TabularType
Fields
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 |