Propriedade do RDL TraceColumnCollection.Item

Gets the TraceColumn at the specified index.

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

Sintaxe

C#
public TraceColumn this[
    int index
] { get; }

Parâmetros

Valor da propriedade

Tipo: Microsoft.AnalysisServices.TraceColumn
The TraceColumn at the specified index.

Exceções

Exceção Condição
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

Consulte também

Referência

TraceColumnCollection Classe

Namespace Microsoft.AnalysisServices