TraceStopCause 枚举

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.

请参阅

参考

Microsoft.AnalysisServices 命名空间