Поделиться через


Класс 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdClient