SessionTrace Class

XXX. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")> _
Public NotInheritable Class SessionTrace _
    Implements ITrace
'Usage
Dim instance As SessionTrace
[GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")]
public sealed class SessionTrace : ITrace
[GuidAttribute(L"84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")]
public ref class SessionTrace sealed : ITrace
[<SealedAttribute>]
[<GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")>]
type SessionTrace =  
    class
        interface ITrace
    end
public final class SessionTrace implements ITrace

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.SessionTrace

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.