XmlaWarningCollection.Item Property

Gets the XmlaWarning at the specified index in the collection.

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

Syntax

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

Parameters

Property Value

Type: Microsoft.AnalysisServices.XmlaWarning
The XmlaWarning 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

XmlaWarningCollection Class

Microsoft.AnalysisServices Namespace