Item 屬性
Returns a ModelOperation in the ModelOperationsCollection.
命名空間: 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
The zero-based index of the ModelOperation to get.
屬性值
型別:Microsoft.ReportingServices.Interfaces. . :: . .ModelOperation
A ModelOperation object from the collection.