TraceColumnCollection Class
SQL Server 2008 R2
Contains a collection of TraceColumn objects. This class cannot be inherited.
Namespace:
Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
The TraceColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of TraceColumn objects in the collection. |
![]() | Item | Gets the TraceColumn at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a TraceColumn to the end of the collection. |
![]() | Clear | Removes all elements from the collection. |
![]() | Contains | Indicates whether the collection contains a specified TraceColumn. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Infrastructure. Removes the specified TraceColumn from the collection. |
![]() | ToString | (Inherited from Object.) |


