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


Свойство CommandCollection.Item

Gets the Command at the specified index from the collection.

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

Синтаксис

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

value = instance(index)

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

Параметры

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

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

Исключения

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

index is less than zero.

-or-

index is equal to or greater than Count.

См. также

Справочник

CommandCollection Класс

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