UserDefinedClrTypes 属性

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property UserDefinedClrTypes As IMetadataCollection(Of IUserDefinedClrType)
    Get
用法
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>

属性值

类型: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.