TraceCollection Class

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("2E262503-1BE3-4b58-B983-9F9108169D42")> _
Public NotInheritable Class TraceCollection _
    Inherits MajorObjectCollection
'Usage
Dim instance As TraceCollection
[GuidAttribute("2E262503-1BE3-4b58-B983-9F9108169D42")]
public sealed class TraceCollection : MajorObjectCollection
[GuidAttribute(L"2E262503-1BE3-4b58-B983-9F9108169D42")]
public ref class TraceCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("2E262503-1BE3-4b58-B983-9F9108169D42")>]
type TraceCollection =  
    class
        inherit MajorObjectCollection
    end
public final class TraceCollection extends MajorObjectCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.NamedComponentCollection
      Microsoft.AnalysisServices.MajorObjectCollection
        Microsoft.AnalysisServices.TraceCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.