0

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

Mihir
  • 8,696
  • 18
  • 56
  • 87

1 Answers1

1

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

Bill Anton
  • 2,920
  • 17
  • 23
  • 1
    @Polvo... I asked question to process using XMLA not with adomdclient. there is difference between those two terms.. can you please correct your answer...? – Mihir Mar 28 '12 at 10:00
  • sorry about that Mihir...if you edit your original question, I can remove the down vote... – Bill Anton Mar 28 '12 at 12:08