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 | |
---|---|---|
Name | Gets the name of the CellProperty. | |
Namespace | Gets the namespace of the CellProperty. | |
Value | Gets the value of the CellProperty. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | Determines whether two instances of Object are equal. (remplace Object.Equals(Object).) | |
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().) | |
GetType | (hérité de Object.) | |
ToString | Returns a String that represents the current Object. (remplace Object.ToString().) |
Haut de la page
Opérateurs
Nom | Description | |
---|---|---|
Equality | Determines whether two specified instances of CellProperty are equal. | |
Inequality | Determines whether two specified instances of CellProperty have different values. |
Haut de la page
Notes
In Analysis Services, 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.