共用方式為


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 命名空間