HierarchyMemberProperty Constructor  | 
  
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic HierarchyMemberProperty(
	string name,
	DataType dataType
)
Public Sub New ( 
	name As String,
	dataType As DataType
)
public:
HierarchyMemberProperty(
	String^ name, 
	DataType dataType
)
new : 
        name : string * 
        dataType : DataType -> HierarchyMemberPropertyParameters
- name
 - Type: SystemString
The name. - dataType
 - Type: Dundas.BI.Data.MetadataDataType
Type of the data. 
Exceptions
See Also