This documentation is archived and is not being maintained.
ITrace Interface
Updated: May 24, 2016
Provides a mechanism to store event logs which can be viewed or replayed later.
Namespace:
Microsoft.AnalysisServices.TabularAssembly:
Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
public interface class ITrace
| Name | Description |
|---|
 | IsStarted | Infrastructure. Gets a value that indicates whether the initiation status of an ITrace object is started. |
 | Parent |
Infrastructure. Gets the parent server of a trace.
|
| Name | Description |
|---|
 | Start() |
Infrastructure. Starts an ITrace.
|
 | Stop() |
Infrastructure. Stops an ITrace.
|
| Name | Description |
|---|
 | OnEvent |
Infrastructure. Assigns a certain trace event handler to an event associated with an ITrace object.
|
 | Stopped |
Infrastructure. Indicates that an ITrace has stopped.
|
Return to top