GregorianProviderEnumerateAttributeMembers Method

Enumerates the attribute member unique names.

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public override IEnumerable<string> EnumerateAttributeMembers(
	int attributeId
)

Parameters

attributeId
Type: SystemInt32
The attribute identifier.

Return Value

Type: IEnumerableString
The attribute member unique names.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe attributeId is invalid.
See Also