This topic has not yet been rated - Rate this topic

TraceColumnCollection Class

Contains a collection of TraceColumn objects. This class cannot be inherited.

System.Object
  Microsoft.AnalysisServices.TraceColumnCollection

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("83BC7AED-4D6F-4e61-B396-565A491185FB")]
public sealed class TraceColumnCollection : ICollection, 
	IEnumerable

The TraceColumnCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of TraceColumn objects in the collection.
Public propertyItemGets the TraceColumn at the specified index.
Top
  NameDescription
Public methodAddAdds a TraceColumn to the end of the collection.
Public methodClearRemoves all elements from the collection.
Public methodContainsIndicates whether the collection contains a specified TraceColumn.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveInfrastructure. Removes the specified TraceColumn from the collection.
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.