IDataTypeFactory 인터페이스

Defines properties and methods that are used to create IDataType objects.

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

구문

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

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

속성

  이름 설명
공용 속성 Cursor Gets a singleton ICursorDataType object that represents a cursor data type.
공용 속성 UnknownClr Gets a placeholder IClrDataType object that can be used when the user-defined data type is not known.
공용 속성 UnknownScalar Gets a placeholder IScalarDataType object that can be used when the scalar data type is not known.
공용 속성 UnknownTable Gets a placeholder ITableDataType object that can be used when the table data type is not known.
공용 속성 Void Gets a singleton IScalarDataType object that represents a void data type.
공용 속성 XmlNode Gets a singleton IXmlDataType object that represents an xml data type.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CreateTableDataType Creates an ITableDataType object that uses the specified name and uses the specified CollationInfo object in creating object collections.

맨 위로 이동

참고 항목

참조

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