Classe CellProperty
Represents a cell property for a given cell.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public NotInheritable Class CellProperty _
Implements ISubordinateObject
'Uso
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
Comentários
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.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..CellProperty
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.