Share via


CellProperty Class

Represents a cell property for a given cell.

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

Syntax

'Declaration
Public NotInheritable Class CellProperty _
    Implements ISubordinateObject
'Usage
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

Remarks

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.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellProperty

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.