ProviderItem Constructor

Initializes a new instance of the ProviderItem class.

Namespace:  Dundas.BI.Data.CubeDescriptors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public ProviderItem(
	OlapCube parentCube,
	string uniqueName,
	AnalysisElementCategory category
)

Parameters

parentCube
Type: Dundas.BI.Data.Metadata.OlapOlapCube
The parent cube.
uniqueName
Type: SystemString
The unique name.
category
Type: Dundas.BI.Data.MetadataAnalysisElementCategory
The element category.
See Also