Initializes a new instance of the
OlapLevel class.
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic OlapLevel(
OlapHierarchy parentHierarchy,
string uniqueName,
LevelType levelType,
int levelDepth
)
Public Sub New (
parentHierarchy As OlapHierarchy,
uniqueName As String,
levelType As LevelType,
levelDepth As Integer
)
public:
OlapLevel(
OlapHierarchy^ parentHierarchy,
String^ uniqueName,
LevelType levelType,
int levelDepth
)
new :
parentHierarchy : OlapHierarchy *
uniqueName : string *
levelType : LevelType *
levelDepth : int -> OlapLevelParameters
- parentHierarchy
- Type: Dundas.BI.Data.Metadata.OlapOlapHierarchy
The parent hierarchy. - uniqueName
- Type: SystemString
The element unique name. - levelType
- Type: Dundas.BI.Data.MetadataLevelType
Type of the level. - levelDepth
- Type: SystemInt32
The level depth.
Exceptions
See Also