Compartir a través de


Clase CellProperty

Represents a cell property for a given cell.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellProperty

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
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

El tipo CellProperty expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the CellProperty.
Propiedad pública Namespace Gets the namespace of the CellProperty.
Propiedad pública Value Gets the value of the CellProperty.

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two instances of Object are equal. (Invalida 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. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público ToString Returns a String that represents the current Object. (Invalida Object.ToString().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two specified instances of CellProperty are equal.
Operador públicoMiembro estático Inequality Determines whether two specified instances of CellProperty have different values.

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient