ModelOperationsCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ModelOperation の 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
パラメーター
- index
- Int32
取得する ModelOperation の 0 から始まるインデックス。
プロパティ値
コレクションからの ModelOperation オブジェクトです。