ITrace Interface

 

Updated: May 24, 2016

Provides a mechanism to store event logs which can be viewed or replayed later.

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

public interface class ITrace

NameDescription
System_CAPS_pubpropertyIsStarted

Infrastructure. Gets a value that indicates whether the initiation status of an ITrace object is started.

System_CAPS_pubpropertyParent

Infrastructure. Gets the parent server of a trace.

NameDescription
System_CAPS_pubmethodStart()

Infrastructure. Starts an ITrace.

System_CAPS_pubmethodStop()

Infrastructure. Stops an ITrace.

NameDescription
System_CAPS_pubeventOnEvent

Infrastructure. Assigns a certain trace event handler to an event associated with an ITrace object.

System_CAPS_pubeventStopped

Infrastructure. Indicates that an ITrace has stopped.

Return to top
Show: