Compartir a través de


Clase Cell

Represents a cell in a given cellset. For a complete list of class members, see Cell.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.Cell

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

Sintaxis

'Declaración
Public NotInheritable Class Cell
'Uso
Dim instance As Cell
public sealed class Cell
public ref class Cell sealed
[<SealedAttribute>]
type Cell =  class end
public final class Cell

El tipo Cell expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CellProperties Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.
Propiedad pública FormattedValue Gets a string representing the formatted value of the Cell.
Propiedad pública Value Gets the value of the Cell.

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two instances of Object are equal. (Invalida Object.Equals(Object).)
Método público GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two specified instances of Cell are equal.
Operador públicoMiembro estático Inequality Determines whether two specified instances of Cell have different values.

Arriba

Comentarios

In Microsoft SQL Server 2005 Analysis Services (SSAS), a cell represents the unique logical intersection of one position from every axis in the cellset. Because every logical intersection in a cellset may or may not have a corresponding record in a fact table, not every cell in a cellset contains data.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient