ITrace Interface
Updated: May 24, 2016
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides a mechanism to store event logs which can be later viewed or replayed.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | IsStarted | This API supports the product infrastructure and is not intended to be used directly from your code. Gets whether the initiation status of an ITrace object is started. |
![]() | Parent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent server of a trace. |
| Name | Description | |
|---|---|---|
![]() | OnEvent | This API supports the product infrastructure and is not intended to be used directly from your code. Assigns a certain trace event handler to an event associated with an ITrace object. |
![]() | Stopped | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates that an ITrace has stopped. |


