Поделиться через


Свойство XmlaMessageCollection.Item

Gets the XmlaMessage at the specified index from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As XmlaMessage 
    Get
'Применение
Dim instance As XmlaMessageCollection 
Dim index As Integer 
Dim value As XmlaMessage 

value = instance(index)
public XmlaMessage this[
    int index
] { get; }
public:
property XmlaMessage^ default[int index] {
    XmlaMessage^ get (int index);
}
member Item : XmlaMessage
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.AnalysisServices.XmlaMessage
The XmlaMessage at the specified index.

Исключения

Исключение Условие
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

См. также

Справочник

XmlaMessageCollection Класс

Пространство имен Microsoft.AnalysisServices