IDataTypeFactory Interface
Defines properties and methods that are used to create IDataType objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | CreateTableDataType(String^, CollationInfo^) | Creates an ITableDataType object that uses the specified name and uses the specified CollationInfo object in creating object collections. |
Show:

