Partager via


Classe Cell

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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..Cell

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Cell
'Utilisation
Dim instance As Cell
public sealed class Cell
public ref class Cell sealed
[<SealedAttribute>]
type Cell =  class end
public final class Cell

Le type Cell expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CellProperties Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.
Propriété publique FormattedValue Gets a string representing the formatted value of the Cell.
Propriété publique Value Gets the value of the Cell.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of Object are equal. (remplace Object. . :: . .Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (remplace Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two specified instances of Cell are equal.
Opérateur publicMembre statique Inequality Determines whether two specified instances of Cell have different values.

Haut de la page

Notes

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.