TraceEventSuccess Enumeration

 

Applies To: SQL Server (starting with 2016)

Defines the TraceEventSuccess enumeration.

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

Syntax

public enum TraceEventSuccess
public enum class TraceEventSuccess
type TraceEventSuccess
Public Enumeration TraceEventSuccess

Members

Member name Description
Failure

The event is Failure.

NotAvailable

The event is NotAvailable.

Success

The event is Success.

Unknown

The event is Unknown.

See Also

Microsoft.AnalysisServices Namespace

Return to top