SingleMemberValue(Guid, IHierarchyMember) Constructor

Initializes a new instance of the SingleMemberValue class.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public SingleMemberValue(
	Guid parameterId,
	IHierarchyMember member
)

Parameters

parameterId  Guid
The parameter identifier.
member  IHierarchyMember
The member.
Exceptions
ExceptionCondition
ArgumentExceptionmember is of the unknown type.
See Also