Share via


ISchema.UserDefinedClrTypes Property

Gets the collection of user-defined CLR types that belong to this schema.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property UserDefinedClrTypes As IMetadataCollection(Of IUserDefinedClrType)
    Get
'Usage
Dim instance As ISchema
Dim value As IMetadataCollection(Of IUserDefinedClrType)

value = instance.UserDefinedClrTypes
IMetadataCollection<IUserDefinedClrType> UserDefinedClrTypes { get; }
property IMetadataCollection<IUserDefinedClrType^>^ UserDefinedClrTypes {
    IMetadataCollection<IUserDefinedClrType^>^ get ();
}
abstract UserDefinedClrTypes : IMetadataCollection<IUserDefinedClrType>
function get UserDefinedClrTypes () : IMetadataCollection<IUserDefinedClrType>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IUserDefinedClrType>
The IMetadataCollection<T> of IUserDefinedClrType that contains the user-defined CLR types that belong to this schema.