Bagikan melalui


TraceStoppedEventArgs.StopCause Property

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