다음을 통해 공유


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 네임스페이스