Version

AddMeasureGroupDimensions Method

Adds dimension with specified name to specific measure group.
Syntax
'Declaration
 
Protected Shared Sub AddMeasureGroupDimensions( _
   ByVal cube As Cube, _
   ByVal measureGroupUniqueName As String, _
   ByVal dimensionUniqueName As String _
) 
protected static void AddMeasureGroupDimensions( 
   Cube cube,
   string measureGroupUniqueName,
   string dimensionUniqueName
)

Parameters

cube
The cube that dimensions and measure groups belong to.
measureGroupUniqueName
Unique name used for measure group recognition.
dimensionUniqueName
Unique name used for dimension recognition.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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