Open this page in the API Guide

GregorianProvider.EnumerateAttributeMembers 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 (25.1.0.1000)
Syntax
public override IEnumerable<string> EnumerateAttributeMembers(
	int attributeId
)

Parameters

attributeId
Type: System.Int32
The attribute identifier.

Return Value

Type: IEnumerable<String>
The attribute member unique names.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe attributeId is invalid.
See Also