Compartir a través de


CellCollection.Item Propiedad (ICollection)

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

CellCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.AnalysisServices.AdomdClient