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.

頂端