ModelItemOperationsCollection.Item 属性

Returns a ModelItemOperation in the ModelItemOperationsCollection.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.ReportingServices.Interfaces.ModelItemOperation
A ModelItemOperation object.

请参阅

参考

ModelItemOperationsCollection 类

Microsoft.ReportingServices.Interfaces 命名空间