StatisticsCollection Class
In this article
Definition
Constructors
Properties
Methods
Explicit Interface Implementations
Applies to
Show 2 more
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 StatisticsCollection : Microsoft .SqlServer .Management .SqlParser .MetadataProvider .SortedListCollection <Microsoft .SqlServer .Management .SqlParser .Metadata .IStatistics >
type StatisticsCollection = class
inherit SortedListCollection<IStatistics>
Public Class StatisticsCollection
Inherits SortedListCollection(Of IStatistics)
Inheritance
Expand table
Expand table
Expand table
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
Expand table