How to connect SQL Server cubes using dotnet (C #)
1 answer
Here's the official Microsoft SQL Server Analysis Services Tutorial for some reference.
Here's a C # article in a CodeProject article showing which cubes, MDX, analytic services, etc. there are and how to use them from your C #.
+7
a source to share