ModelOperationsCollection.Item プロパティ
ModelOperationsCollection の ModelOperation を返します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As ModelOperation
Get
'使用
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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System.Int32
取得する ModelOperation の 0 から始まるインデックスです。
プロパティ値
型: Microsoft.ReportingServices.Interfaces.ModelOperation
コレクションからの ModelOperation オブジェクトです。