StatisticsCollection Klasse

Definition

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)
Vererbung

Konstruktoren

Name Beschreibung
StatisticsCollection(CollationInfo)
StatisticsCollection(Int32, CollationInfo)

Eigenschaften

Name Beschreibung
AsMetadataObjectCollection (Geerbt von SortedListCollection<T>)
Count (Geerbt von DictionaryCollectionBase<T,U>)
Item[String] (Geerbt von DictionaryCollectionBase<T,U>)

Methoden

Name Beschreibung
Add(T) (Geerbt von DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (Geerbt von DictionaryCollectionBase<T,U>)
Clear() (Geerbt von DictionaryCollectionBase<T,U>)
Clone() (Geerbt von DictionaryCollectionBase<T,U>)
Clone(Boolean) (Geerbt von SortedListCollection<T>)
Contains(String) (Geerbt von DictionaryCollectionBase<T,U>)
Contains(T) (Geerbt von DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (Geerbt von DictionaryCollectionBase<T,U>)
FindAll(String) (Geerbt von DictionaryCollectionBase<T,U>)
GetEnumerator() (Geerbt von DictionaryCollectionBase<T,U>)
Remove(String) (Geerbt von DictionaryCollectionBase<T,U>)
Remove(T) (Geerbt von DictionaryCollectionBase<T,U>)

Explizite Schnittstellenimplementierungen

Name Beschreibung
IEnumerable.GetEnumerator() (Geerbt von SortedListCollection<T>)
IEnumerable<IMetadataObject>.GetEnumerator() (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Count (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (Geerbt von SortedListCollection<T>)
IMetadataCollection<T>.Item[String] (Geerbt von DictionaryCollectionBase<T,U>)

Gilt für: