Compartilhar via


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
Propriedade pública Name Gets the name of the CellProperty.
Propriedade pública Namespace Gets the namespace of the CellProperty.
Propriedade pública Value Gets the value of the CellProperty.

Início

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of Object are equal. (Substitui Object.Equals(Object).)
Método público 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().)
Método público GetType (Herdado de Object.)
Método público ToString Returns a String that represents the current Object. (Substitui Object.ToString().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two specified instances of CellProperty are equal.
Operador públicoMembro estático Inequality Determines whether two specified instances of CellProperty have different values.

Início

Comentários

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.

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.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdClient