Partager via


Membres CellSet

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

Le type CellSet expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode publiqueMembre statique LoadXml Returns a CellSet created from a server response, passed in as an XmlReader.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Axes Gets an instance of the AxisCollection class that contains the axes of the CellSet.
Propriété publique Cells Gets an instance of the CellCollection class that contains the cells of the CellSet.
Propriété publique FilterAxis Gets an instance of an Axis class that represents the filter axis of the CellSet.
Propriété publique 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.
Propriété publique Item[ ( [ ( Int32] ) ] ) Gets an instance of a Cell by its index. In Microsoft Visual C#, this property is the indexer for the CellSet class.
Propriété publique Item[ ( [ ( array<Int32> [] () [] []] ) ] ) Gets the specified Cell from the collection by an array of absolute axis indexes.
Propriété publique Item[ ( [ ( Int32, Int32] ) ] ) Gets the specified Cell from the collection.
Propriété publique OlapInfo Gets an instance of an OlapInfo class describing the CellSet.

Haut de la page