QueryMeasure Constructor

Initializes a new instance of the QueryMeasure 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 QueryMeasure(
	ProviderTask parent,
	ConnectorElement element,
	string measureName
)

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.
measureName
Type: SystemString
Name of the measure.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
See Also