Trace Class
Provides a mechanism to store event logs which can be later viewed or replayed. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("6418C2E4-B678-46c3-8762-DC344F549317")> _
Public NotInheritable Class Trace _
Inherits MajorObject _
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ITrace, ICloneable
'Usage
Dim instance As Trace
[GuidAttribute("6418C2E4-B678-46c3-8762-DC344F549317")]
public sealed class Trace : MajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ITrace, ICloneable
[GuidAttribute(L"6418C2E4-B678-46c3-8762-DC344F549317")]
public ref class Trace sealed : public MajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ITrace, ICloneable
[<SealedAttribute>]
[<GuidAttribute("6418C2E4-B678-46c3-8762-DC344F549317")>]
type Trace =
class
inherit MajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ITrace
interface ICloneable
end
public final class Trace extends MajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ITrace, ICloneable
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.MajorObject
Microsoft.AnalysisServices.Trace
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.