OlapKpi Constructor

Initializes a new instance of the OlapKpi 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 OlapKpi(
	IOlapCube parentCube,
	string uniqueName,
	string statusGraphicName,
	string trendGraphicName
)

Parameters

parentCube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube.
uniqueName
Type: SystemString
The element unique name.
statusGraphicName
Type: SystemString
Name of the status graphic.
trendGraphicName
Type: SystemString
Name of the trend graphic.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentCube or uniqueName is .
ArgumentExceptionuniqueName is empty string or null.
ArgumentExceptionstatusGraphicName is an empty string or null.
ArgumentExceptiontrendGraphicName is an empty string or null.
See Also