다음을 통해 공유


ModelOperationsCollection.Item[Int32] 속성

정의

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 개체입니다.

적용 대상