dbTalk Databases Forums  

DimensionCount in ADOMD.NET ?

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


Discuss DimensionCount in ADOMD.NET ? in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nassim BOUTOUTA
 
Posts: n/a

Default DimensionCount in ADOMD.NET ? - 06-14-2004 , 07:02 AM






Hi all,

I am trying to translate this following code from C# ADOMD to C# ADOMD.NET :

ADOMD : _cellSet.Axes[0].DimensionCount
ADOMD.NET : _cellSet.Axes[0].Set.Tuples.Count ? not sure

Can anyone confirm this please ?

Best regards,
Nassim



Reply With Quote
  #2  
Old   
Samir Bencoscos
 
Posts: n/a

Default Re: DimensionCount in ADOMD.NET ? - 06-15-2004 , 04:36 AM






Use _cellSet.Axes[0].Set.Hierarchies.Count

Sam

"Nassim BOUTOUTA" <nboutouta (AT) sqli (DOT) com> a écrit dans le message de
news:%23fUWBegUEHA.1952 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Quote:
Hi all,

I am trying to translate this following code from C# ADOMD to C# ADOMD.NET
:

ADOMD : _cellSet.Axes[0].DimensionCount
ADOMD.NET : _cellSet.Axes[0].Set.Tuples.Count ? not sure

Can anyone confirm this please ?

Best regards,
Nassim





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.