Specifies an enumeration of cause to stop the trace.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Enumeration TraceStopCause
'用途
Dim instance As TraceStopCause
public enum TraceStopCause
public enum class TraceStopCause
type TraceStopCause
public enum TraceStopCause
成員
| 成員名稱 | 說明 | |
|---|---|---|
| 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. |