c# - Connecting to OLAP Cube via Silverlight -
i want create silverlight app extract , manipulate data existing olap cube. it's first time ms technologies , want know best way that.
- should use libraries? ones?
- can directly without external dependencies?
- i found articles talking web services ms analysis services ... should avoid connecting directly olap cube , make web services?
i have searched on google haven't found tutorials , libraries found not free.
// ps : have telerik license, in case helps.
what best way this?
progress :
the cube deployed on ssas, have access , tested many mdx query ms sql server management studio. can give example how launch mdx query silverlight page , display result ? don't need library, need query result , display self ...
i can speak ssas.
- if connecting sql server analysis server, can use ado md.net objects. (http://msdn.microsoft.com/en-us/library/ms123483.aspx). or can use http pump. (http://technet.microsoft.com/en-us/library/cc917711.aspx)
- the http pump might eliminate dependancies you.
- it depends on goal is. service based architecture (be web, or other tech) designer , requirements of application. can pretty however. i've polled ssas cube using wcf service before , worked limit requests cube.
tutorials scarce on internet. best bet buy book specific type of olap server using.
here comprehensive list how connect ssas using various clients: http://technet.microsoft.com/en-us/library/ms174518
Comments
Post a Comment