IColumnFactory 인터페이스

Defines methods that are used to create IColumn objects.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Interface IColumnFactory
‘사용 방법
Dim instance As IColumnFactory
public interface IColumnFactory
public interface class IColumnFactory
type IColumnFactory =  interface end
public interface IColumnFactory

IColumnFactory 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Null Gets an IColumn object that can be used as a placeholder column.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Create Creates an ImutableColumn object that has the specified name.
공용 메서드 CreateAnonymousColumn Creates an IColumn object that represents an anonymous column of the specified scalar.
공용 메서드 CreateColumnAlias(IColumn, String) Creates an IColumn object that is an alias of the specified IScalar object and has the specified column alias name.
공용 메서드 CreateColumnAlias(ITabular, IColumn, String) Creates an IColumn object that is an alias of the specified object and has the specified column alias name.
공용 메서드 CreateScalarAlias(IScalar, String) Creates an IColumn object that is an alias of the specified IScalar object and has the specified column alias name.
공용 메서드 CreateScalarAlias(ITabular, IScalar, String) Creates an IColumn object that is an alias of the specified object and has the specified column alias name.
공용 메서드 CreateSimpleColumn Creates an IColumn object that has the specified column name and data type.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스