Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the Cell using two-dimensional indexing scheme.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
index1 As Integer, _
index2 As Integer _
) As Cell
Get
'Uso
Dim instance As CellCollection
Dim index1 As Integer
Dim index2 As Integer
Dim value As Cell
value = instance(index1, index2)
public Cell this[
int index1,
int index2
] { get; }
public:
property Cell^ default[int index1, int index2] {
Cell^ get (int index1, int index2);
}
member Item : Cell
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index1
Tipo: System.Int32
The first index.
- index2
Tipo: System.Int32
The second index.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.Cell
The Cell at the specified indexes.