XmlaResultCollection.Item Property

Gets the XmlaResult at the specified index in the collection.

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

Syntax

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

Parameters

Property Value

Type: Microsoft.AnalysisServices.XmlaResult
The XmlaResult at the specified index.

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

See Also

Reference

XmlaResultCollection Class

Microsoft.AnalysisServices Namespace