TraceEventCollection Class

 

Updated: May 24, 2016

Represents a collection of TraceEvent objects.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::TraceEventCollection

[GuidAttribute("8294A436-B408-4594-A0D1-31B2C7F2904A")]
public ref class TraceEventCollection sealed : ICollection, IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the collection.

System_CAPS_pubpropertyItem[Int32]

Gets the TraceEvent at the specified index.

System_CAPS_pubpropertyItem[TraceEventClass]

Gets the element at the specified event Identifier.

NameDescription
System_CAPS_pubmethodAdd(TraceEvent^)

Adds the specified TraceColumn to this collection.

System_CAPS_pubmethodAdd(TraceEventClass)

Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection.

System_CAPS_pubmethodClear()

Empties an exisitng TraceEvent collection of all existing objects.

System_CAPS_pubmethodContains(TraceEvent^)

Returns a value that indicates whether the TraceEventCollection contains in the specified TraceEvent.

System_CAPS_pubmethodContains(TraceEventClass)

Indicates a value whether the collection contains a TraceEvent that has the specified TraceEventClass value.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFind(TraceEventClass)

, Returns the TraceEvent with the specified EventId or null if not found.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemove(TraceEvent^)

Removes the TraceEventCollection from the specified TraceEvent.

System_CAPS_pubmethodRemove(TraceEventClass)

Removes the TraceEventCollection from the specified TraceEventClass.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

Copies the object to the specified array starting at the specified index.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Retrieves an enumerator that iterates through a collection.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

Gets a value that indicates whether access to the TraceEventCollection is synchronized.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

Gets an object that can be used to synchronize access to the collection.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: