OlapElement Constructor (OlapElement, String)

Initializes a new instance of the OlapElement 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
protected OlapElement(
	OlapElement parentElement,
	string uniqueName
)

Parameters

parentElement
Type: Dundas.BI.Data.Metadata.OlapOlapElement
The parent element.
uniqueName
Type: SystemString
The element unique name.
Exceptions
ExceptionCondition
ArgumentExceptionuniqueName is Empty or .
See Also