UdtMethodCollection 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 class UdtMethodCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.UdtMemberCollectionBase<Microsoft.SqlServer.Management.SqlParser.Metadata.IUdtMethod>
type UdtMethodCollection = class
inherit UdtMemberCollectionBase<IUdtMethod>
Public Class UdtMethodCollection
Inherits UdtMemberCollectionBase(Of IUdtMethod)
Inheritance
Constructors
Properties
Methods
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> )
Explicit Interface Implementations
IEnumerable.GetEnumerator()
(Inherited from DualTypeSortedListCollection<T,B> )
IEnumerable<B>.GetEnumerator()
(Inherited from DualTypeSortedListCollection<T,B> )
IEnumerable<IMetadataObject>.GetEnumerator()
(Inherited from SortedListCollection<T> )
IMetadataCollection<B>.AsMetadataObjectCollection
(Inherited from DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.Contains(B)
(Inherited from DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.Contains(String)
(Inherited from DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.Count
(Inherited from DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.FindAll(Predicate<B>)
(Inherited from DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.FindAll(String)
(Inherited from DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.Item[String]
(Inherited from DualTypeSortedListCollection<T,B> )
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection
(Inherited from SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject)
(Inherited from SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.Contains(String)
(Inherited from SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.Count
(Inherited from SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>)
(Inherited from SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.FindAll(String)
(Inherited from SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.Item[String]
(Inherited from SortedListCollection<T> )
IMetadataCollection<T>.Item[String]
(Inherited from DictionaryCollectionBase<T,U> )
Applies to