TraceEventArgs.Item[TraceColumn] Property

Definition

Corresponds to the indexor property in the C# language. It allows indexing of a collection in the same manner as with arrays.

public string this[Microsoft.AnalysisServices.TraceColumn column] { get; set; }
member this.Item(Microsoft.AnalysisServices.TraceColumn) : string with get, set
Default Public Property Item(column As TraceColumn) As String

Parameters

column
TraceColumn

Trace column.

Property Value

The value of a trace column from a trace event.

Applies to