Compartir a través de


Clase TraceEventCollection

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

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.TraceEventCollection

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<GuidAttribute("8294A436-B408-4594-A0D1-31B2C7F2904A")> _
Public NotInheritable Class TraceEventCollection _
    Implements ICollection, IEnumerable
'Uso
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

El tipo TraceEventCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of TraceEvent objects in the collection.
Propiedad pública Item[Int32] Gets the TraceEvent at the specified index from the collection.
Propiedad pública Item[TraceEventClass] Gets the TraceEvent that has the specified TraceEventClass value from the collection.

Arriba

Métodos

  Nombre Descripción
Método público Add(TraceEvent) Adds a TraceEvent to the end of the collection.
Método público Add(TraceEventClass) Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection.
Método público Clear Removes all elements from the collection.
Método público Contains(TraceEvent) Indicates whether the collection contains a specified TraceEvent.
Método público Contains(TraceEventClass) Indicates whether the collection contains a TraceEvent that has the specified TraceEventClass value.
Método público Equals (Se hereda de Object.)
Método público Find Gets the TraceEvent that has the specified TraceEventClass value from the collection.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Remove(TraceEvent) Removes the specified TraceEvent from the collection.
Método público Remove(TraceEventClass) Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo Copies the elements of the collection to an array, starting at a particular array index.
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized Gets a value that indicates whether access to the TraceEventCollection is synchronized.
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot Gets an object that can be used to synchronize access to the TraceEventCollection.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices