This topic has not yet been rated - Rate this topic

TraceEventArgs.Item Property

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public string this[
	TraceColumn column
] { get; set; }

Parameters

column
Type: Microsoft.AnalysisServices.TraceColumn
A collection of trace columns.

Property Value

Type: System.String
The value of a trace column from a trace event.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.