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.