OlapMember Constructor

Initializes a new instance of the OlapMember class.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public OlapMember(
	OlapLevel parentLevel,
	OlapMember parentMember,
	string uniqueName,
	MemberKind memberType
)

Parameters

parentLevel
Type: Dundas.BI.Data.Metadata.OlapOlapLevel
The parent level.
parentMember
Type: Dundas.BI.Data.Metadata.OlapOlapMember
The parent member.
uniqueName
Type: SystemString
The member unique name.
memberType
Type: Dundas.BI.Data.MetadataMemberKind
Type of the member.
Exceptions
ExceptionCondition
ArgumentExceptionuniqueName is an empty string.
See Also