HierarchyMemberProperty Constructor |
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
)
Public Sub New (
name As String,
dataType As DataType
)
public:
HierarchyMemberProperty(
String^ name,
DataType dataType
)
new :
name : string *
dataType : DataType -> HierarchyMemberProperty
Parameters
- name
- Type: SystemString
The name. - dataType
- Type: Dundas.BI.Data.MetadataDataType
Type of the data.
Exceptions See Also