Énumération TraceStopCause
Specifies an enumeration of cause to stop the trace.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Enumeration TraceStopCause
'Utilisation
Dim instance As TraceStopCause
public enum TraceStopCause
public enum class TraceStopCause
type TraceStopCause
public enum TraceStopCause
Membres
Nom de membre | 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. |