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


Класс Cell

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

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public NotInheritable Class Cell _
    Implements ISubordinateObject
'Применение
Dim instance As Cell
public sealed class Cell : ISubordinateObject
public ref class Cell sealed : ISubordinateObject
[<SealedAttribute>]
type Cell =  
    class
        interface ISubordinateObject
    end
public final class Cell implements ISubordinateObject

Замечания

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.

Иерархия наследования

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

Потоковая защита

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