SessionTrace-Klasse
Represents the trace sessions. This class cannot be inherited.
System.Object
Microsoft.AnalysisServices.SessionTrace
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'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
Der SessionTrace-Typ macht folgende Elemente verfügbar.
Name | Beschreibung | |
---|---|---|
![]() |
IsStarted | Gets the status of a session trace from a SessionTrace object. |
![]() |
Parent | Gets the parent Server of the SessionTrace object. |
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
Start | Starts a session trace based on the SessionTrace object. |
![]() |
Stop | Stops a session trace based on the SessionTrace object. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() |
OnEvent | Occurs when the session raised an event. |
![]() |
Stopped | Occurs when the session stopped. |
Zum Anfang
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.