ModelOperationsCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ModelOperation in the ModelOperationsCollection.
public:
property Microsoft::ReportingServices::Interfaces::ModelOperation default[int] { Microsoft::ReportingServices::Interfaces::ModelOperation get(int index); };
public Microsoft.ReportingServices.Interfaces.ModelOperation this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.Interfaces.ModelOperation
Default Public ReadOnly Property Item(index As Integer) As ModelOperation
Parameters
- index
- Int32
The zero-based index of the ModelOperation to get.
Property Value
A ModelOperation object from the collection.