![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm using the GetSchemaDataSet function to retrieve my metadata. This return my cube list, but not the perspectives! how to retrieve my perspectives? My code: Dim dsCubes As System.Data.DataSet Dim restcoll As New AdomdRestrictionCollection restcoll.Add("CATALOG_NAME", sDatabase) dsCubes = ocn.GetSchemaDataSet("MDSCHEMA_CUBES", restcoll) Return dsCubes thanks. Jerome. |
#3
| |||
| |||
|
|
Hello Jeje, sorry, this is not helpful I tried your code and worked. Did you try to query measure groups? Jörg "Jéjé" wrote: Hi, I'm using the GetSchemaDataSet function to retrieve my metadata. This return my cube list, but not the perspectives! how to retrieve my perspectives? My code: Dim dsCubes As System.Data.DataSet Dim restcoll As New AdomdRestrictionCollection restcoll.Add("CATALOG_NAME", sDatabase) dsCubes = ocn.GetSchemaDataSet("MDSCHEMA_CUBES", restcoll) Return dsCubes thanks. Jerome. |
![]() |
| Thread Tools | |
| Display Modes | |
| |