ITabularFactory 인터페이스
Defines methods that can be used to create tabular objects.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Interface ITabularFactory
‘사용 방법
Dim instance As ITabularFactory
public interface ITabularFactory
public interface class ITabularFactory
type ITabularFactory = interface end
public interface ITabularFactory
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. |
맨 위로 이동
참고 항목
참조
Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스