Freigeben über


TraceStoppedEventArgs.StopCause-Eigenschaft

Gets the cause of trace to stop.

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

Syntax

'Declaration
Public ReadOnly Property StopCause As TraceStopCause 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

TraceStoppedEventArgs Klasse

Microsoft.AnalysisServices-Namespace