Version

Hierarchy Constructor(String,String,String,String,String,String,IDimension,String,HierarchyOrigin)

Initializes a new instance of the Hierarchy class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal uniqueName As String, _
   ByVal caption As String, _
   ByVal description As String, _
   ByVal defaultMember As String, _
   ByVal allMember As String, _
   ByVal parentDimension As IDimension, _
   ByVal groupName As String, _
   ByVal hierarchyOrigin As HierarchyOrigin _
)

Parameters

name
The name of the hierarchy.
uniqueName
The unique name of the hierarchy.
caption
The caption of the hierarchy.
description
The description of the hierarchy.
defaultMember
The unique name of the default member for the Hierarchy.
allMember
The unique name of the "All" member for the Hierarchy.
parentDimension
The parent dimension.
groupName
The name of the group this hierarchy belongs to.
hierarchyOrigin
The source of the hierarchy.
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