Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the cause of trace to stop.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property StopCause As TraceStopCause
Get
'Usage
Dim instance As TraceStoppedEventArgs
Dim value As TraceStopCause
value = instance.StopCause
public TraceStopCause StopCause { get; }
public:
property TraceStopCause StopCause {
TraceStopCause get ();
}
member StopCause : TraceStopCause
function get StopCause () : TraceStopCause
Property Value
Type: Microsoft.AnalysisServices.TraceStopCause
The cause of trace to stop.