Item propriété
Returns a ModelOperation in the ModelOperationsCollection.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As ModelOperation
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System. . :: . .Int32
The zero-based index of the ModelOperation to get.
Valeur de la propriété
Type : Microsoft.ReportingServices.Interfaces. . :: . .ModelOperation
A ModelOperation object from the collection.