Propriedade do RDL TraceStoppedEventArgs.StopCause

Gets the cause of trace to stop.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

TraceStoppedEventArgs Classe

Namespace Microsoft.AnalysisServices