Compartilhar via


Classe Cell

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.Cell

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

Sintaxe

'Declaração
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

O tipo Cell expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CellProperties Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.
Propriedade pública FormattedValue Gets a string representing the formatted value of the Cell.
Propriedade pública Value Gets the value of the Cell.

Início

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of Object are equal. (Substitui 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. (Substitui Object.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two specified instances of Cell are equal.
Operador públicoMembro estático Inequality Determines whether two specified instances of Cell have different values.

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdClient