TraceEventCollection Class
Updated: May 24, 2016
Represents a collection of TraceEvent objects.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | Item[Int32] | Gets the TraceEvent at the specified index. |
![]() | Item[TraceEventClass] | Gets the element at the specified event Identifier. |
| Name | Description | |
|---|---|---|
![]() | Add(TraceEvent^) | Adds the specified TraceColumn to this collection. |
![]() | Add(TraceEventClass) | Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection. |
![]() | Clear() | Empties an exisitng TraceEvent collection of all existing objects. |
![]() | Contains(TraceEvent^) | Returns a value that indicates whether the TraceEventCollection contains in the specified TraceEvent. |
![]() | Contains(TraceEventClass) | Indicates a value whether the collection contains a TraceEvent that has the specified TraceEventClass value. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Find(TraceEventClass) | , Returns the TraceEvent with the specified EventId or null if not found. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(TraceEvent^) | Removes the TraceEventCollection from the specified TraceEvent. |
![]() | Remove(TraceEventClass) | Removes the TraceEventCollection from the specified TraceEventClass. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies the object to the specified array starting at the specified index. |
![]() ![]() | IEnumerable::GetEnumerator() | Retrieves an enumerator that iterates through a collection. |
![]() ![]() | ICollection::IsSynchronized | Gets a value that indicates whether access to the TraceEventCollection is synchronized. |
![]() ![]() | ICollection::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.




