QueryDimension Constructor

Initializes a new instance of the QueryDimension class.

Namespace:  Dundas.BI.Data.DataProviders.Tasks
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public QueryDimension(
	ProviderTask parent,
	ConnectorElement element,
	string dimensionName,
	string levelName
)

Parameters

parent
Type: Dundas.BI.Data.DataProviders.TasksProviderTask
The parent structure.
element
Type: Dundas.BI.Data.TransformsConnectorElement
The element the current instance is based on.
dimensionName
Type: SystemString
Name of the dimension.
levelName
Type: SystemString
Name of the level.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
See Also