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 | |
---|---|---|
CellProperties | Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell. | |
FormattedValue | Gets a string representing the formatted value of the Cell. | |
Value | Gets the value of the Cell. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determines whether two instances of Object are equal. Esegue l'override di Object.Equals(Object). | |
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(). | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
Equality | Determines whether two specified instances of Cell are equal. | |
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.