Compartir a través de


TraceStoppedEventArgs.StopCause Propiedad

Gets the cause of trace to stop.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property StopCause As TraceStopCause 
    Get
'Uso
Dim instance As TraceStoppedEventArgs 
Dim value As TraceStopCause 

value = instance.StopCause
public TraceStopCause StopCause { get; }
public:
property TraceStopCause StopCause {
    TraceStopCause get ();
}
member StopCause : TraceStopCause
function get StopCause () : TraceStopCause

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.TraceStopCause
The cause of trace to stop.

Vea también

Referencia

TraceStoppedEventArgs Clase

Espacio de nombres Microsoft.AnalysisServices