Classe CellProperty
Represents a cell property for a given cell.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..CellProperty
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public NotInheritable Class CellProperty
'Uso
Dim instance As CellProperty
public sealed class CellProperty
public ref class CellProperty sealed
[<SealedAttribute>]
type CellProperty = class end
public final class CellProperty
O tipo CellProperty expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Name | Gets the name of the CellProperty. | |
Namespace | Gets the namespace of the CellProperty. | |
Value | Gets the value of the CellProperty. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether two instances of Object are equal. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a String that represents the current Object. (Substitui Object. . :: . .ToString() () () ().) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality | Determines whether two specified instances of CellProperty are equal. | |
Inequality | Determines whether two specified instances of CellProperty have different values. |
Início
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.