UdtMemberCollectionBase<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class UdtMemberCollectionBase<T> : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<T,Microsoft.SqlServer.Management.SqlParser.Metadata.IUdtMember> where T : class, IUdtMember
type UdtMemberCollectionBase<'T (requires 'T : null and 'T :> IUdtMember)> = class
inherit DualTypeSortedListCollection<'T, IUdtMember (requires 'T : null and 'T :> IUdtMember)>
Public MustInherit Class UdtMemberCollectionBase(Of T)
Inherits DualTypeSortedListCollection(Of T, IUdtMember)
Type Parameters
- T
- Inheritance
-
UdtMemberCollectionBase<T>
- Derived
Constructors
| Name | Description |
|---|---|
| UdtMemberCollectionBase<T>(Int32) | |
Properties
| Name | Description |
|---|---|
| AsMetadataObjectCollection | (Inherited from SortedListCollection<T>) |
| Count | (Inherited from DictionaryCollectionBase<T,U>) |
| Item[String] | (Inherited from DictionaryCollectionBase<T,U>) |
Methods
| Name | Description |
|---|---|
| Add(T) | (Inherited from DictionaryCollectionBase<T,U>) |
| AddRange(IEnumerable<T>) | (Inherited from DictionaryCollectionBase<T,U>) |
| Clear() | (Inherited from DictionaryCollectionBase<T,U>) |
| Clone() | (Inherited from DictionaryCollectionBase<T,U>) |
| Clone(Boolean) | (Inherited from SortedListCollection<T>) |
| Contains(String) | (Inherited from DictionaryCollectionBase<T,U>) |
| Contains(T) | (Inherited from DictionaryCollectionBase<T,U>) |
| FindAll(Predicate<T>) | (Inherited from DictionaryCollectionBase<T,U>) |
| FindAll(String) | (Inherited from DictionaryCollectionBase<T,U>) |
| GetEnumerator() | (Inherited from DictionaryCollectionBase<T,U>) |
| Remove(String) | (Inherited from DictionaryCollectionBase<T,U>) |
| Remove(T) | (Inherited from DictionaryCollectionBase<T,U>) |