Enumeración TraceStopCause
Specifies an enumeration of cause to stop the trace.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Enumeration TraceStopCause
'Uso
Dim instance As TraceStopCause
public enum TraceStopCause
public enum class TraceStopCause
type TraceStopCause
public enum TraceStopCause
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |