CellCollection.Item 属性 (ICollection)

Gets the Cell in the collection using the specified index collection.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    indexes As ICollection _
) As Cell 
    Get
用法
Dim instance As CellCollection 
Dim indexes As ICollection 
Dim value As Cell 

value = instance(indexes)
public Cell this[
    ICollection indexes
] { get; }
public:
property Cell^ default[ICollection^ indexes] {
    Cell^ get (ICollection^ indexes);
}
member Item : Cell
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

  • indexes
    类型:System.Collections.ICollection
    The collection of index that is used to determine the ___location of cell element in the cell collection.

属性值

类型:Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.

请参阅

参考

CellCollection 类

Item 重载

Microsoft.AnalysisServices.AdomdClient 命名空间