TraceStopCause Enumeration
Applies To: SQL Server (starting with 2016)
Specifies an enumeration of cause to stop the trace.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| 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. |
Show: