MemberColumn Constructor (String, MemberColumnTypes)

Initializes a new instance of the MemberColumn class.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public MemberColumn(
	string columnUniqueName,
	MemberColumnTypes columnType
)

Parameters

columnUniqueName
Type: SystemString
The unique name of the column.
columnType
Type: Dundas.BI.Entities.UserHierarchiesMemberColumnTypes
Type of the column.
Exceptions
ExceptionCondition
ArgumentExceptionThe columnUniqueName is or empty.
See Also