MemberValue Constructor (IHierarchyLevel, String)

Initializes a new instance of the MemberValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public MemberValue(
	IHierarchyLevel level,
	string uniqueName
)

Parameters

level
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy level for the current instance.
uniqueName
Type: SystemString
The member value unique name.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel is .
ArgumentExceptionuniqueName is either or Empty.
See Also