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