CellProperty Class

Represents a cell property for a given cell.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellProperty

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

Syntax

'Declaration
Public NotInheritable Class CellProperty
'Usage
Dim instance As CellProperty
public sealed class CellProperty
public ref class CellProperty sealed
[<SealedAttribute>]
type CellProperty =  class end
public final class CellProperty

The CellProperty type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the CellProperty.
Public property Namespace Gets the namespace of the CellProperty.
Public property Value Gets the value of the CellProperty.

Top

Methods

  Name Description
Public method Equals Determines whether two instances of Object are equal. (Overrides Object.Equals(Object).)
Public method GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two specified instances of CellProperty are equal.
Public operatorStatic member Inequality Determines whether two specified instances of CellProperty have different values.

Top

Remarks

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.

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.

See Also

Reference

Microsoft.AnalysisServices.AdomdClient Namespace