Version

Hierarchy Constructor

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 Infragistics.Olap.Data.IDimension, _
   ByVal groupName As String, _
   ByVal hierarchyOrigin As Infragistics.Olap.HierarchyOrigin _
)
public Hierarchy( 
   string name,
   string uniqueName,
   string caption,
   string description,
   string defaultMember,
   string allMember,
   Infragistics.Olap.Data.IDimension parentDimension,
   string groupName,
   Infragistics.Olap.HierarchyOrigin 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 folder where the hierarchy is placed.
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