共用方式為


SessionTrace 類別

Represents the trace sessions. This class cannot be inherited.

繼承階層

System.Object
  Microsoft.AnalysisServices.SessionTrace

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")> _
Public NotInheritable Class SessionTrace _
    Implements ITrace
'用途
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

SessionTrace 型別公開下列成員。

屬性

  名稱 說明
公用屬性 IsStarted Gets the status of a session trace from a SessionTrace object.
公用屬性 Parent Gets the parent Server of the SessionTrace object.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 Start Starts a session trace based on the SessionTrace object.
公用方法 Stop Stops a session trace based on the SessionTrace object.
公用方法 ToString (繼承自 Object。)

上層

事件

  名稱 說明
公用事件 OnEvent Occurs when the session raised an event.
公用事件 Stopped Occurs when the session stopped.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices 命名空間