Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a ModelItemOperation in the ModelItemOperationsCollection.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: 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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The zero-based index of the ModelItemOperation to get.
Property Value
Type: Microsoft.ReportingServices.Interfaces.ModelItemOperation
A ModelItemOperation object.