GregorianProviderGetAttributeUniqueName Method

Gets the unique name of the attribute member.

Namespace: Dundas.BI.Data.TimeDimensionProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public override string GetAttributeUniqueName(
	DateTime timeValue,
	int attributeId
)

Parameters

timeValue  DateTime
The time value.
attributeId  Int32
The attribute identifier.

Return Value

String
The unique name of the attribute member.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe attributeId is invalid.
See Also