CellSet-Member

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

Der CellSet-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche MethodeStatischer Member LoadXml Returns a CellSet created from a server response, passed in as an XmlReader.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang