Partager via


Classe CellProperty

Represents a cell property for a given cell.

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

Syntaxe

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

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.

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.