다음을 통해 공유


ISchema.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<IUserDefinedClrType>
The IMetadataCollection<T> of IUserDefinedClrType that contains the user-defined CLR types that belong to this schema.

참고 항목

참조

ISchema 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스