Właściwość ISchema.UserDefinedClrTypes
Pobiera kolekcja typów zdefiniowanych przez użytkownika CLR należące do tego schematu.
Przestrzeń nazw: Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw: Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)
Składnia
'Deklaracja
ReadOnly Property UserDefinedClrTypes As IMetadataCollection(Of IUserDefinedClrType)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IUserDefinedClrType>
IMetadataCollection<T> z IUserDefinedClrType zawiera typy CLR zdefiniowane przez użytkownika, które należą do schematu.
Zobacz także