OLAPCatalogNew (Object)

Member of:

(CubeQuery) Query object

Description:

Provides access to the dimensions of the connected CubeQuery database.

Example:

This example shows how to display the parent and dimension name of the member in the Console window:

var ccut = Sections["Query"].Catalog.Dimensions["Market"]["East"]["Connecticut"];
Console.Writeln(ccut.ParentName + ":" + ccut.Name);

Objects:

OLAPDimensionNew