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)。)
受保护方法 Finalize (从 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 继承。)
受保护方法 MemberwiseClone (从 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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。