TraceStopCause Enumeration

 

Applies To: SQL Server (starting with 2016)

Specifies an enumeration of cause to stop the trace.

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

Syntax

public enum TraceStopCause
public enum class TraceStopCause
type TraceStopCause
Public Enumeration TraceStopCause

Members

Member name Description
Finished

The cause of trace to stop is finished.

StoppedByException

The cause of trace is stopped by exception.

StoppedByUser

The cause of trace is stopped by the user.

See Also

Microsoft.AnalysisServices Namespace

Return to top