TimeHierarchyOffsetParameter Constructor (MetricSet, ITimeHierarchyLevel, Int32)

Initializes a new instance of the TimeHierarchyOffsetParameter class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public TimeHierarchyOffsetParameter(
	MetricSet metricSet,
	ITimeHierarchyLevel timeHierarchyLevel,
	int offset
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The parent metric set.
timeHierarchyLevel
Type: Dundas.BI.Data.MetadataITimeHierarchyLevel
The time hierarchy level to be used in determining the offset interval.
offset
Type: SystemInt32
The offset value.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet or timeHierarchyLevel is .
See Also