I have MVC application I am able to connect Analysis Service. I want to start Analysis Service programmatically.
Thanks in advance.
I have MVC application I am able to connect Analysis Service. I want to start Analysis Service programmatically.
Thanks in advance.
You need to use the Analysis Services Management nuget package. You can find the package here.
Once installed you will need to create a new instance and leverage the Resume and Suspend operations.
There is a fair bit of plumbing to do in order to get the Management API set up and authenticated, you can follow this article to give you a head start.