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 | |
---|---|---|
Name | Gets the name of the CellProperty. | |
Namespace | Gets the namespace of the CellProperty. | |
Value | Gets the value of the CellProperty. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | Determines whether two instances of Object are equal. (Invalida Object.Equals(Object).) | |
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().) | |
GetType | (Se hereda de Object.) | |
ToString | Returns a String that represents the current Object. (Invalida Object.ToString().) |
Arriba
Operadores
Nombre | Descripción | |
---|---|---|
Equality | Determines whether two specified instances of CellProperty are equal. | |
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.