TraceColumnCollection Class
Updated: May 24, 2016
Contains a collection of TraceColumn objects. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of TraceColumn objects in the collection. |
![]() | Item[Int32] | Gets the TraceColumn at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Add(TraceColumn) | Adds a TraceColumn to the end of the collection. |
![]() | Clear() | Removes all elements from the collection. |
![]() | Contains(TraceColumn) | Indicates whether the collection contains a specified TraceColumn. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(TraceColumn) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified TraceColumn 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 index. |
![]() ![]() | IEnumerable::GetEnumerator() | Returns an enumerator that iterates through a collection. |
![]() ![]() | ICollection::IsSynchronized | Gets a value that indicates whether access to the TraceColumnCollection is synchronized. |
![]() ![]() | ICollection::SyncRoot | Gets an object that can be used to synchronize access to the TraceColumnCollection. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




