UserHierarchyLevel Constructor  | 
  
    Namespace: 
   Dundas.BI.Entities.UserHierarchies
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic UserHierarchyLevel(
	DataCube dataSource
)
Public Sub New ( 
	dataSource As DataCube
)
public:
UserHierarchyLevel(
	DataCube^ dataSource
)
new : 
        dataSource : DataCube -> UserHierarchyLevelParameters
- dataSource
 - Type: Dundas.BI.Entities.DataCubesDataCube
The data source. 
Exceptions
See Also