Use last interactive login profile to connect to Azure Analysis Service with Adomd client
Huy Nguyen
21
Reputation points
I successfully connected to my org AAS database with Adomd .NET client library
using Microsoft.AnalysisServices.AdomdClient;
Console.WriteLine("Starting program...");
AdomdConnection adomdConnection = new AdomdConnection("Provider=MSOLAP;Data Source=asazure://
Sign in to answer