SessionTrace Class
Represents the trace sessions. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.SessionTrace
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
The SessionTrace type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsStarted | Gets the status of a session trace from a SessionTrace object. | |
Parent | Gets the parent Server of the SessionTrace object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Start | Starts a session trace based on the SessionTrace object. | |
Stop | Stops a session trace based on the SessionTrace object. | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
OnEvent | Occurs when the session raised an event. | |
Stopped | Occurs when the session stopped. |
Top
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.