Compartir a través de


CellSet Miembros

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

El tipo CellSet expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publicoMiembro estático LoadXml Returns a CellSet created from a server response, passed in as an XmlReader.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio