Freigeben über


ModelOperationsCollection.Item-Eigenschaft

Returns a ModelOperation in the ModelOperationsCollection.

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

Syntax

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

Parameter

Eigenschaftswert

Typ: Microsoft.ReportingServices.Interfaces.ModelOperation
A ModelOperation object from the collection.

Siehe auch

Verweis

ModelOperationsCollection Klasse

Microsoft.ReportingServices.Interfaces-Namespace