Classe StatisticCollection

The StatisticCollection class represents a collection of Statistic objects that represent all the statistic counters defined on the table or view.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class StatisticCollection _
    Inherits SimpleObjectCollectionBase
'Utilisation
Dim instance As StatisticCollection
public sealed class StatisticCollection : SimpleObjectCollectionBase
public ref class StatisticCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type StatisticCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class StatisticCollection extends SimpleObjectCollectionBase

Notes

A StatisticCollection object can be used to gain access to a set of statistic counters. You can use the Item property to return a specific Statistic object.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.