我的代码:
a -> m b
Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException:“连接超时或丢失。”
System.Net.WebException:远程服务器返回错误:(401)未经授权。
a -> b
响应:
var connection = new AdomdConnection("Password=...;User ID=...;Data Source=http://server.org/msmdpump.dll;Initial Catalog=olapCatalog;User ID=...;Password=...;");
connection.Open();
如何使用HTTP基本身份验证?