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 IMutableMetadataCollection(Of IUserDefinedClrType)
    Get
用法
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>

属性值

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