简体   繁体   中英

How to process the cube by using xmla in c# coding

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM