I have list of analysis services databases, and their cubes and dimensions. Now i want to process the selected cube in c# by using linq to xml? how to give the instruction to process. Please help me.
Thanks
check this out for sending XMLA commands... http://geekswithblogs.net/darrengosbell/archive/2006/05/25/xmlaClient.aspx
and this link should give you an idea of actual XMLA commands that need to be sent... http://msdn.microsoft.com/en-us/library/ms187199(v=sql.105).aspx