다음을 통해 공유


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.