TraceEvent.EventID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that identifies the event.

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

Syntax

public TraceEventClass EventID { get; set; }
public:
property TraceEventClass EventID {
    TraceEventClass get();
    void set(TraceEventClass value);
}
member EventID : TraceEventClass with get, set
Public Property EventID As TraceEventClass

Property Value

Type: Microsoft.AnalysisServices.TraceEventClass

A value that identifies the event.

See Also

TraceEvent Class
Microsoft.AnalysisServices Namespace

Return to top