ITrace 接口

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Interface ITrace
用法
Dim instance As ITrace
public interface ITrace
public interface class ITrace
type ITrace =  interface end
public interface ITrace

ITrace 类型公开以下成员。

属性

  名称 说明
公共属性 IsStarted 基础结构。
公共属性 Parent 基础结构。

页首

方法

  名称 说明
公共方法 Start 基础结构。
公共方法 Stop 基础结构。

页首

事件

  名称 说明
公共事件 OnEvent 基础结构。
公共事件 Stopped 基础结构。

页首