Classe TraceEventCollection

Contains a collection of TraceEvent objects. This class cannot be inherited.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.TraceEventCollection

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("8294A436-B408-4594-A0D1-31B2C7F2904A")> _
Public NotInheritable Class TraceEventCollection _
    Implements ICollection, IEnumerable
'Utilisation
Dim instance As TraceEventCollection
[GuidAttribute("8294A436-B408-4594-A0D1-31B2C7F2904A")]
public sealed class TraceEventCollection : ICollection, 
    IEnumerable
[GuidAttribute(L"8294A436-B408-4594-A0D1-31B2C7F2904A")]
public ref class TraceEventCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
[<GuidAttribute("8294A436-B408-4594-A0D1-31B2C7F2904A")>]
type TraceEventCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class TraceEventCollection implements ICollection, IEnumerable

Le type TraceEventCollection expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of TraceEvent objects in the collection.
Propriété publique Item[Int32] Gets the TraceEvent at the specified index from the collection.
Propriété publique Item[TraceEventClass] Gets the TraceEvent that has the specified TraceEventClass value from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add(TraceEvent) Adds a TraceEvent to the end of the collection.
Méthode publique Add(TraceEventClass) Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection.
Méthode publique Clear Removes all elements from the collection.
Méthode publique Contains(TraceEvent) Indicates whether the collection contains a specified TraceEvent.
Méthode publique Contains(TraceEventClass) Indicates whether the collection contains a TraceEvent that has the specified TraceEventClass value.
Méthode publique Equals (hérité de Object.)
Méthode publique Find Gets the TraceEvent that has the specified TraceEventClass value from the collection.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Remove(TraceEvent) Removes the specified TraceEvent from the collection.
Méthode publique Remove(TraceEventClass) Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICollection.CopyTo Copies the elements of the collection to an array, starting at a particular array index.
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.
Implémentation d'interface explicitePropriété privée ICollection.IsSynchronized Gets a value that indicates whether access to the TraceEventCollection is synchronized.
Implémentation d'interface explicitePropriété privée ICollection.SyncRoot Gets an object that can be used to synchronize access to the TraceEventCollection.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices