dbTalk Databases Forums  

ADOMD.net 9 / GetSchemaDataSet / geting attribute descriptions...

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss ADOMD.net 9 / GetSchemaDataSet / geting attribute descriptions... in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jéjé
 
Posts: n/a

Default 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.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.