TraceStopCause Enumeration
Specifies an enumeration of cause to stop the trace.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration TraceStopCause
'Usage
Dim instance As TraceStopCause
public enum TraceStopCause
public enum class TraceStopCause
type TraceStopCause
public enum 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. |