TabularType 列舉
Defines a tabular object type.
命名空間: 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 | A common table expression (CTE). | |
| DerivedTable | A derived table. | |
| DmlInsertedDeleted | A DML INSERT/DELETE table. | |
| DmlTableSource | A DML table source. | |
| PivotTable | A pivot table. | |
| Table | A table. | |
| TableAlias | A table alias. | |
| TableDataType | A table data type. | |
| TableValuedFunction | A table-valued function. | |
| TableVariable | A table variable. | |
| TemporaryTable | A temporary table. | |
| UnpivotTable | An unpivot table. | |
| View | A pivot view. |