Freigeben über


ModelItemOperationsCollection.Item-Eigenschaft

Returns a ModelItemOperation in the ModelItemOperationsCollection.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ModelItemOperation 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.ReportingServices.Interfaces.ModelItemOperation
A ModelItemOperation object.

Siehe auch

Verweis

ModelItemOperationsCollection Klasse

Microsoft.ReportingServices.Interfaces-Namespace