Свойство ModelOperationsCollection.Item

Returns a ModelOperation in the ModelOperationsCollection.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

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

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

Параметры

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

Тип: Microsoft.ReportingServices.Interfaces.ModelOperation
A ModelOperation object from the collection.

См. также

Справочник

ModelOperationsCollection Класс

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