我已将对Microsoft.AnalysisServices.AdomdClient的引用添加到我的C#项目中,希望我可以自动执行某些OLAP多维数据集处理。用于实例化服务器连接的所有示例代码如下所示:
using Microsoft.AnalysisServices.AdomdClient;
Server OLAPServer = new Server();
但如果我使用上面的代码,我会收到以下错误:
Cannot resolve the symbol Server
问题是什么?以下是我添加的参考资料。
答案 0 :(得分:3)
Server
位于Microsoft.AnalysisServices
Microsoft.AnalysisServices.dll
命名空间中
此DLL位于
C:\Program Files (x86)\Microsoft SQL Server\%VERSION%\SDK\Assemblies\Microsoft.AnalysisServices.dll