Compartir a través de


Cell Clase

Represents a cell in a given cellset. For a complete list of class members, see Cell.

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

Sintaxis

'Declaración
Public NotInheritable Class Cell _
    Implements ISubordinateObject
'Uso
Dim instance As Cell
public sealed class Cell : ISubordinateObject
public ref class Cell sealed : ISubordinateObject
[<SealedAttribute>]
type Cell =  
    class
        interface ISubordinateObject
    end
public final class Cell implements ISubordinateObject

Notas

In Microsoft SQL Server 2005 Analysis Services (SSAS), a cell represents the unique logical intersection of one position from every axis in the cellset. Because every logical intersection in a cellset may or may not have a corresponding record in a fact table, not every cell in a cellset contains data.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..Cell

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.