ITrace Interface

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Interface ITrace
'Usage
Dim instance As ITrace
public interface ITrace
public interface class ITrace
type ITrace =  interface end
public interface ITrace

The ITrace type exposes the following members.

Properties

  Name Description
Public property IsStarted Infrastructure.
Public property Parent Infrastructure.

Top

Methods

  Name Description
Public method Start Infrastructure.
Public method Stop Infrastructure.

Top

Events

  Name Description
Public event OnEvent Infrastructure.
Public event Stopped Infrastructure.

Top