dbTalk Databases Forums  

adomd.net Getting member key column vb.net

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


Discuss adomd.net Getting member key column vb.net in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jstawski@gmail.com
 
Posts: n/a

Default adomd.net Getting member key column vb.net - 06-06-2005 , 08:22 AM






Hello all,
I'm iterating through all the members of a level and would like to
get
the member key column. I would like to get the value of the column, not
the
column name:

members = level.GetMembers()
For i = 0 To members.Count - 1
members(i).FetchAllProperties()
response.write(members(i).Name)
response.write([here goes the member key value])
Next

any idea how to get it?

thank you in advanced!


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.