TraceEventArgs.Item[TraceColumn] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.