Condividi tramite


Proprietà UserDefinedClrTypes

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

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property UserDefinedClrTypes As IMetadataCollection(Of IUserDefinedClrType)
    Get
'Utilizzo
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>

Valore proprietà

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