IUserDefinedTypeFactory Interface
Defines methods that can be used to create IUserDefinedType objects.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Interface IUserDefinedTypeFactory
'Usage
Dim instance As IUserDefinedTypeFactory
public interface IUserDefinedTypeFactory
public interface class IUserDefinedTypeFactory
type IUserDefinedTypeFactory = interface end
public interface IUserDefinedTypeFactory
The IUserDefinedTypeFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateClrType | Creates an IMutableUserDefinedClrType object that belongs to the specified ISchema object and has the specified name. | |
CreateDataType | Creates an IMutableUserDefinedDataType object that belongs to the specified ISchema object and has the specified name. | |
CreateTableType | Creates an IMutableUserDefinedTableType object that belongs to the specified ISchema object and has the specified name. |
Top
See Also
Reference
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace