TraceStoppedEventArgs Class

 

Updated: May 24, 2016

Represents a trace stopped event.

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

System::Object
  System::EventArgs
    Microsoft.AnalysisServices.Tabular::TraceStoppedEventArgs

public ref class TraceStoppedEventArgs sealed : EventArgs

NameDescription
System_CAPS_pubpropertyException

Gets the exception that occurs in the event.

System_CAPS_pubpropertyStopCause

Gets the cause of trace to stop.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: