ITabularFactory 메서드
SQL Server 2012
ITabularFactory 유형에서 다음 멤버를 표시합니다.
이름 | 설명 | |
---|---|---|
![]() |
CreateCommonTableExpression | Creates a common table expression (CTE) object that has the specified name and columns. |
![]() |
CreateDerivedTable | Creates a derived table object that has the specified name and columns. |
![]() |
CreateDmlDeletedTable | Creates a DML DELETE table object with the specified target table. |
![]() |
CreateDmlInsertedTable | Creates a DML INSERT table object with the specified target table. |
![]() |
CreateDmlTableSource | Creates a DML table source object that has the specified name and columns. |
![]() |
CreatePivotTable | Creates a pivot table object that has the specified name and columns. |
![]() |
CreateTable(ITable) | Creates a database table object that is a copy of the specified ITable object. |
![]() |
CreateTable(ISchema, String) | Creates a database table object that belongs to the specified ISchema object and has specified name. |
![]() |
CreateTableAlias | Creates a table alias for the specified ITabular object by using the specified alias. |
![]() |
CreateUnpivotTable | Creates an unpivot table object that has the specified name and list of columns. |
![]() |
CreateView(IView) | Creates a database view that is a copy of the specified IView object. |
![]() |
CreateView(ISchema, String) | Creates a database view that belongs to the specified ISchema object and has the specified name. |
표시: