dbTalk Databases Forums  

How to get hidden dimension meta data from local cube file?

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


Discuss How to get hidden dimension meta data from local cube file? in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
C.F
 
Posts: n/a

Default How to get hidden dimension meta data from local cube file? - 06-16-2004 , 01:14 PM






Dose anyone know how to get the meta data information of hidden
dimension in a local cube file?

I create a local cube using 'Create Cube' DDL and one dimension in the
cube is HIDDEN. When I retrieve the meta data from local cube as
following vb code, the hidden dimension is not in the result. How can
I get meta data for the hidden dimension?

thanks in advance.

My sample code in VB as following:

Dim cnCube As ADODB.Connection
Dim strDataSource As String
Dim oRS As ADODB.Recordset

Set cnCube = New ADODB.Connection
strDataSource = "PROVIDER=MSOLAP;DATA SOURCE=c:\temp\localcub.cub;"
Call cnCube.Open(strDataSource)
Set oRS = cnCube.OpenSchema(adSchemaDimensions)

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.