OlapNamedSet Constructor

Initializes a new instance of the OlapNamedSet 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 OlapNamedSet(
	IOlapCube parentCube,
	string uniqueName,
	string expression,
	string dimensions
)

Parameters

parentCube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube.
uniqueName
Type: SystemString
The element unique name.
expression
Type: SystemString
The expression.
dimensions
Type: SystemString
The dimensions.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentCube or uniqueName is .
ArgumentExceptionuniqueName is an empty string.
See Also