TraceEventCollection Class
Updated: May 24, 2016
Contains a collection of TraceEvent objects. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of TraceEvent objects in the collection. |
![]() | Item[Int32] | Gets the TraceEvent at the specified index from the collection. |
![]() | Item[TraceEventClass] | Gets the TraceEvent that has the specified TraceEventClass value from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(TraceEvent^) | Adds a TraceEvent to the end of the collection. |
![]() | Add(TraceEventClass) | Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection. |
![]() | Clear() | Removes all elements from the collection. |
![]() | Contains(TraceEvent^) | Indicates whether the collection contains a specified TraceEvent. |
![]() | Contains(TraceEventClass) | Indicates whether the collection contains a TraceEvent that has the specified TraceEventClass value. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Find(TraceEventClass) | Gets the TraceEvent that has the specified TraceEventClass value from the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(TraceEvent^) | Removes the specified TraceEvent from the collection. |
![]() | Remove(TraceEventClass) | Removes the TraceEvent that has the specified TraceEventClass value from the collection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies the elements of the collection to an array, starting at a particular array index. |
![]() ![]() | IEnumerable::GetEnumerator() | Returns 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 TraceEventCollection. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




