Cell 类
Represents a cell in a given cellset. For a complete list of class members, see Cell.
继承层次结构
System.Object
Microsoft.AnalysisServices.AdomdClient.Cell
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public NotInheritable Class Cell
用法
Dim instance As Cell
public sealed class Cell
public ref class Cell sealed
[<SealedAttribute>]
type Cell = class end
public final class Cell
Cell 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
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. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | Determines whether two instances of Object are equal. (覆盖 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. (覆盖 Object.GetHashCode()。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
运算符
名称 | 说明 | |
---|---|---|
![]() ![]() |
Equality | Determines whether two specified instances of Cell are equal. |
![]() ![]() |
Inequality | Determines whether two specified instances of Cell have different values. |
页首
注释
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.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。