Share via


ISchema.UserDefinedDataTypes Property

Gets the collection of user-defined data 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 UserDefinedDataTypes As IMetadataCollection(Of IUserDefinedDataType)
    Get
'Usage
Dim instance As ISchema
Dim value As IMetadataCollection(Of IUserDefinedDataType)

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

Property Value

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