Partager via


Énumération TabularType

Defines a tabular object type.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Enumeration TabularType
'Utilisation
Dim instance As TabularType
public enum TabularType
public enum class TabularType
type TabularType
public enum TabularType

Membres

Nom de membre Description
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.