次の方法で共有


ModelOperationsCollection.Item[Int32] プロパティ

定義

ModelOperationModelOperationsCollection を返します。

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 オブジェクトです。

適用対象