StatisticsCollection Clase

Definición

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

Constructores

Nombre Description
StatisticsCollection(CollationInfo)
StatisticsCollection(Int32, CollationInfo)

Propiedades

Nombre Description
AsMetadataObjectCollection (Heredado de SortedListCollection<T>)
Count (Heredado de DictionaryCollectionBase<T,U>)
Item[String] (Heredado de DictionaryCollectionBase<T,U>)

Métodos

Nombre Description
Add(T) (Heredado de DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (Heredado de DictionaryCollectionBase<T,U>)
Clear() (Heredado de DictionaryCollectionBase<T,U>)
Clone() (Heredado de DictionaryCollectionBase<T,U>)
Clone(Boolean) (Heredado de SortedListCollection<T>)
Contains(String) (Heredado de DictionaryCollectionBase<T,U>)
Contains(T) (Heredado de DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (Heredado de DictionaryCollectionBase<T,U>)
FindAll(String) (Heredado de DictionaryCollectionBase<T,U>)
GetEnumerator() (Heredado de DictionaryCollectionBase<T,U>)
Remove(String) (Heredado de DictionaryCollectionBase<T,U>)
Remove(T) (Heredado de DictionaryCollectionBase<T,U>)

Implementaciones de interfaz explícitas

Nombre Description
IEnumerable.GetEnumerator() (Heredado de SortedListCollection<T>)
IEnumerable<IMetadataObject>.GetEnumerator() (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Count (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (Heredado de SortedListCollection<T>)
IMetadataCollection<T>.Item[String] (Heredado de DictionaryCollectionBase<T,U>)

Se aplica a