Version

DimensionDescriptors Property

Returns a collection of the dimension descriptors associated with this instance.
Syntax
'Declaration
 
Public ReadOnly Property DimensionDescriptors As DimensionDescriptorsCollection
public DimensionDescriptorsCollection DimensionDescriptors {get;}
Remarks

A dimension contains one or more hierarchies.

When generating a data cube via the GenerateCube method, the HierarchyDimensionGrouping property of the CubeGenerationParameters class can be used to control the manner in which dimension descriptors are created and how hierarchies are assigned to them.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also