What is the best solution to get data from an olap cube?

有帮助吗?

解决方案

I used Adomd .Net and MDX queries.

其他提示

Yes you can use .Net and MDX. Just have a class with a list of variables and store data in an olpresult class. After storing data you can perform any further action such as linq to sql.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top