IMutableSchema.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 IMutableMetadataCollection(Of IUserDefinedClrType)
Get
'Usage
Dim instance As IMutableSchema
Dim value As IMutableMetadataCollection(Of IUserDefinedClrType)
value = instance.UserDefinedClrTypes
IMutableMetadataCollection<IUserDefinedClrType> UserDefinedClrTypes { get; }
property IMutableMetadataCollection<IUserDefinedClrType^>^ UserDefinedClrTypes {
IMutableMetadataCollection<IUserDefinedClrType^>^ get ();
}
abstract UserDefinedClrTypes : IMutableMetadataCollection<IUserDefinedClrType>
function get UserDefinedClrTypes () : IMutableMetadataCollection<IUserDefinedClrType>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IUserDefinedClrType>
The IMutableMetadataCollection<T> of IUserDefinedClrType that contains the user-defined CLR types that belong to this schema.