Membri CellSet

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

Il tipo CellSet espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo pubblicoMembro statico LoadXml Returns a CellSet created from a server response, passed in as an XmlReader.
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

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

In alto