ITabularFactory Interface
Defines methods that can be used to create tabular objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CreateCommonTableExpression(String^, CollationInfo^) | Creates a common table expression (CTE) object that has the specified name and columns. |
![]() | CreateDerivedTable(String^, CollationInfo^) | Creates a derived table object that has the specified name and columns. |
![]() | CreateDmlDeletedTable(ITabular^) | Creates a DML DELETE table object with the specified target table. |
![]() | CreateDmlInsertedTable(ITabular^) | Creates a DML INSERT table object with the specified target table. |
![]() | CreateDmlTableSource(String^, CollationInfo^) | Creates a DML table source object that has the specified name and columns. |
![]() | CreatePivotTable(String^, CollationInfo^) | Creates a pivot table object that has the specified name and columns. |
![]() | CreateTable(ISchema^, String^) | Creates a database table object that belongs to the specified ISchema object and has specified name. |
![]() | CreateTable(ITable^) | Creates a database table object that is a copy of the specified ITable object. |
![]() | CreateTableAlias(ITabular^, String^) | Creates a table alias for the specified ITabular object by using the specified alias. |
![]() | CreateUnpivotTable(String^, CollationInfo^) | Creates an unpivot table object that has the specified name and list of columns. |
![]() | CreateView(ISchema^, String^) | Creates a database view that belongs to the specified ISchema object and has the specified name. |
![]() | CreateView(IView^) | Creates a database view that is a copy of the specified IView object. |
