TimeDimensionProviderGetAttributeUniqueName 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 (24.1.0.1001)
Syntax
public abstract string GetAttributeUniqueName(
	DateTime timeValue,
	int attributeId
)

Parameters

timeValue
Type: SystemDateTime
The time value.
attributeId
Type: SystemInt32
The attribute identifier.

Return Value

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