ADOMD.net 9 / GetSchemaDataSet / geting attribute descriptions... -
04-13-2006
, 03:55 PM
Hi,
I want to retrieve the description of an attribute in a dimension using the
GetSchemaDataSet function, but the method doesn't return this value.
I get the name, caption etc... but not the description!
my code works fine to retrieve measures, dimensions, levels & user
hierarchies descriptions.
any idea?
my code:
Dim dsCubes As System.Data.DataSet
Dim restcoll As New AdomdRestrictionCollection
restcoll.Add("CUBE_NAME", sCube)
restcoll.Add("MDSCHEMA_HIERARCHIES", "[dimension].[attribute]")
dsCubes = ocn.GetSchemaDataSet(sSchema, restcoll)
The description column is here, but empty!
any idea?
thanks.
Jerome. |