Condividi tramite


Classe CellProperty

Represents a cell property for a given cell.

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

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

Osservazioni

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.

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.