GregorianProviderGetAttributeUniqueName Method |
Gets the unique name of the attribute member.
Namespace: Dundas.BI.Data.TimeDimensionProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic override string GetAttributeUniqueName(
DateTime timeValue,
int attributeId
)
Public Overrides Function GetAttributeUniqueName (
timeValue As DateTime,
attributeId As Integer
) As String
public:
virtual String^ GetAttributeUniqueName(
DateTime timeValue,
int attributeId
) override
abstract GetAttributeUniqueName :
timeValue : DateTime *
attributeId : int -> string
override GetAttributeUniqueName :
timeValue : DateTime *
attributeId : int -> string Parameters
- timeValue DateTime
- The time value.
- attributeId Int32
- The attribute identifier.
Return Value
StringThe unique name of the attribute member.
Exceptions
See Also