Classe CellProperty

Represents a cell property for a given cell.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..CellProperty

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

Syntaxe

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

Le type CellProperty expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Name Gets the name of the CellProperty.
Propriété publique Namespace Gets the namespace of the CellProperty.
Propriété publique Value Gets the value of the CellProperty.

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, 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 Returns a String that represents the current Object. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

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

Haut de la page

Notes

In Microsoft SQL Server 2005 Analysis Services (SSAS), cell properties contain information about the content and format of cells in a cube. Cell properties are most commonly used to assist in the visual presentation of cell data.

The CellProperty class is used to represent cell properties for a given Cell.

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.