IUserDefinedTypeFactory Interface
Defines methods that can be used to create IUserDefinedType objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CreateClrType(ISchema^, String^) | Creates an IMutableUserDefinedClrType object that belongs to the specified ISchema object and has the specified name. |
![]() | CreateDataType(ISchema^, String^) | Creates an IMutableUserDefinedDataType object that belongs to the specified ISchema object and has the specified name. |
![]() | CreateTableType(ISchema^, String^) | Creates an IMutableUserDefinedTableType object that belongs to the specified ISchema object and has the specified name. |
Show:
