virtual bool CODataset::GetAxisRowset(CRBase *pRBase, ULONG nAxis, ULONG nPropSets=0, DBPROPSET *pPropSets=NULL);

Return Value

        true if successful; otherwise false.

Parameters

        [in] pRBase

                A pointer to a CRBase object.

        [in] nAxis:

                A zero-indexed axis ordinal. It must be less than the value determined by calling CODataset::GetAxes().

        [in] nPropSets:

                The number of sets of rowset properties pointed by pPropSets.

        [in] pPropSets:

                A pointer to nPropSets sets of rowset properties.

Remark

       Opens an axis rowset. Refers to IMDDataset::GetAxisRowset. For how to use it, see the example OLAP.

CODataset Class Overview & Class Members