TraceColumn Enumeration

 

Applies To: SQL Server (starting with 2016)

Represent the trace event columns.

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

Syntax

[GuidAttribute("46080753-2524-4faf-8BD1-EDFDA1085209")]
public enum TraceColumn
[GuidAttribute("46080753-2524-4faf-8BD1-EDFDA1085209")]
public enum class TraceColumn
[<GuidAttribute("46080753-2524-4faf-8BD1-EDFDA1085209")>]
type TraceColumn
<GuidAttribute("46080753-2524-4faf-8BD1-EDFDA1085209")>
Public Enumeration TraceColumn

Members

Member name Description
ApplicationName

The ApplicationName tracing column.

ClientHostName

The ClientHostName tracing column.

ClientProcessID

The ClientProcessID tracing column.

ConnectionID

The ConnectionID tracing column.

CpuTime

The CpuTime tracing column.

CurrentTime

The CurrentTime tracing column.

DatabaseName

The DatabaseName tracing column.

Duration

The Duration tracing column.

EndTime

The EndTime tracing column.

Error

The Error tracing column.

EventClass

The EventClass tracing column.

EventSubclass

The EventSubclass tracing column.

IntegerData

The IntegerData tracing column.

JobID

The JobID tracing column.

NTCanonicalUserName

The NTCanonicalUserName tracing column.

NTDomainName

The NTDomainName tracing column.

NTUserName

The NTUserName tracing column.

ObjectID

The ObjectID tracing column.

ObjectName

The ObjectName tracing column.

ObjectPath

The ObjectPath tracing column.

ObjectReference

The ObjectReference tracing column.

ObjectType

The ObjectType tracing column.

ProgressTotal

The ProgressTotal tracing column.

RequestParameters

The RequestParameters tracing column.

RequestProperties

The RequestProperties tracing column.

ServerName

The ServerName tracing column.

SessionID

The SessionID tracing column.

SessionType

The SessionType tracing column.

Severity

The Severity tracing column.

Spid

The Spid tracing column.

StartTime

The StartTime tracing column.

Success

The Success tracing column.

TextData

The TextData tracing column.

See Also

Microsoft.AnalysisServices Namespace

Return to top