MemberValue Constructor (ITimeHierarchyLevel, DateTime)

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(
	ITimeHierarchyLevel hierarchyLevel,
	DateTime value
)

Parameters

hierarchyLevel
Type: Dundas.BI.Data.MetadataITimeHierarchyLevel
The time hierarchy level.
value
Type: SystemDateTime
The DateTime value.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchyLevel is .
See Also