Свойство Item
Returns a ModelItemOperation in the ModelItemOperationsCollection.
Пространство имен: 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 ModelItemOperation
Get
'Применение
Dim instance As ModelItemOperationsCollection
Dim index As Integer
Dim value As ModelItemOperation
value = instance(index)
public ModelItemOperation this[
int index
] { get; }
public:
property ModelItemOperation default[int index] {
ModelItemOperation get (int index);
}
member Item : ModelItemOperation
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип: System. . :: . .Int32
The zero-based index of the ModelItemOperation to get.
Значение свойства
Тип: Microsoft.ReportingServices.Interfaces. . :: . .ModelItemOperation
A ModelItemOperation object.