Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
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
- indexes
Tipo: System.Collections.ICollection
The collection of index that is used to determine the location of cell element in the cell collection.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.