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 命名空间