SessionTrace Class

 

Updated: May 24, 2016

Represents a trace session. This class cannot be inherited.

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

System::Object
  Microsoft.AnalysisServices.Tabular::SessionTrace

[GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")]
public ref class SessionTrace sealed : ITrace

NameDescription
System_CAPS_pubpropertyIsStarted

Gets a value that indicates whether the status of the SessionTrace can start in the session.

System_CAPS_pubpropertyParent

Gets the parent Server of the SessionTrace object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodStart()

Starts a session trace based on the SessionTrace object.

System_CAPS_pubmethodStop()

Stops a session trace based on the SessionTrace object.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventOnEvent

Occurs when the session raised an event.

System_CAPS_pubeventStopped

Occurs when the session stopped.

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

Return to top
Show: