Partager via


Propriété TraceStoppedEventArgs.StopCause

Gets the cause of trace to stop.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property StopCause As TraceStopCause 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TraceStoppedEventArgs Classe

Espace de noms Microsoft.AnalysisServices