Propriedade do RDL UserDefinedClrTypes
Gets the collection of user-defined CLR types that belong to this schema.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property UserDefinedClrTypes As IMetadataCollection(Of IUserDefinedClrType)
Get
'Uso
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>
Valor da propriedade
Tipo: 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.
Consulte também