Condividi tramite


Classe Cell

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Cell
'Utilizzo
Dim instance As Cell
public sealed class Cell
public ref class Cell sealed
[<SealedAttribute>]
type Cell =  class end
public final class Cell

Nel tipo Cell sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CellProperties Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.
Proprietà pubblica FormattedValue Gets a string representing the formatted value of the Cell.
Proprietà pubblica Value Gets the value of the Cell.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two instances of Object are equal. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two specified instances of Cell are equal.
Operatore pubblicoMembro statico Inequality Determines whether two specified instances of Cell have different values.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.