Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |