Compartilhar via


Propriedade do RDL CellCollection.Item (ICollection)

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    indexes As ICollection _
) As Cell 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.

Consulte também

Referência

CellCollection Classe

Sobrecarregado Item

Namespace Microsoft.AnalysisServices.AdomdClient