HierarchyMemberProperty Constructor

Initializes a new instance of the HierarchyMemberProperty class.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public HierarchyMemberProperty(
	string name,
	DataType dataType
)

Parameters

name
Type: SystemString
The name.
dataType
Type: Dundas.BI.Data.MetadataDataType
Type of the data.
Exceptions
ExceptionCondition
ArgumentExceptionname is or Empty.
See Also