Data Source Property MDPROP_RANGEROWSET

The data source property MDPROP_RANGEROWSET returns information on whether the provider supports updating of cells through the IMDRangeRowset interface:

Consumers should not use the range rowset purely to fetch cell data (even though it is possible to do it). The IMDDataset::GetCellData method is more optimized for the typical navigation requirements of an OLAP application. Moreover, because the range rowset may have to support the update interfaces, it may not be as efficient as fetching cell data by using IMDDataset::GetCellData.