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


Элементы CellSet

Represents a cellset that is returned as a result of a query.

Тип CellSet предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Открытый методСтатический элемент LoadXml Returns a CellSet created from a server response, passed in as an XmlReader.
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Axes Gets an instance of the AxisCollection class that contains the axes of the CellSet.
Открытое свойство Cells Gets an instance of the CellCollection class that contains the cells of the CellSet.
Открытое свойство FilterAxis Gets an instance of an Axis class that represents the filter axis of the CellSet.
Открытое свойство Item[ ( [ ( ICollection] ) ] ) Gets the specified Cell by an ICollection interface that contains a collection of absolute axis indexes. In Microsoft Visual C#, this property is the indexer for the CellCollection class.
Открытое свойство Item[ ( [ ( Int32] ) ] ) Gets an instance of a Cell by its index. In Microsoft Visual C#, this property is the indexer for the CellSet class.
Открытое свойство Item[ ( [ ( array<Int32> [] () [] []] ) ] ) Gets the specified Cell from the collection by an array of absolute axis indexes.
Открытое свойство Item[ ( [ ( Int32, Int32] ) ] ) Gets the specified Cell from the collection.
Открытое свойство OlapInfo Gets an instance of an OlapInfo class describing the CellSet.

В начало