TraceColumnCollection Class
Updated: May 24, 2016
Represents a collection of TraceColumn values.
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 element at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Add(TraceColumn) | Adds the specified TraceColumn to this collection, where the object is identified by Name. |
![]() | Clear() | Removes all TraceColumn objects from the collection. |
![]() | Contains(TraceColumn) | A Boolean indicating whether the specified TraceColumn is in the collection. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(TraceColumn) | Removes the specified TraceColumn from this collection, where the object is identified by Name. |
![]() | 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() | Defines an enumerator that iterates through a collection. |
![]() ![]() | ICollection::IsSynchronized | Gets a value indicating whether the access to the TraceColumnCollection 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.




