简体   繁体   English

Microsoft.AnalysisServices.AdomdClient命名空间缺少Server类?

[英]Microsoft.AnalysisServices.AdomdClient namespace missing Server class?

I've added a reference to Microsoft.AnalysisServices.AdomdClient to my C# project in hopes that I can automate some OLAP Cube processing. 我已将Microsoft.AnalysisServices.AdomdClient的引用添加到我的C#项目中,希望我可以自动执行某些OLAP多维数据集处理。 All of the example code to instantiate a server connection looks something like this: 用于实例化服务器连接的所有示例代码如下所示:

using Microsoft.AnalysisServices.AdomdClient;

Server OLAPServer = new Server();

But if I use the above code, I receive the following error: 但是,如果我使用上面的代码,我收到以下错误:

Cannot resolve the symbol Server

What is the issue? 有什么问题? Below is the reference that I've added. 以下是我添加的参考。

在此输入图像描述

Server is in the Microsoft.AnalysisServices namespace, in Microsoft.AnalysisServices.dll Server是在Microsoft.AnalysisServices命名空间,在Microsoft.AnalysisServices.dll

This DLL is located in 此DLL位于

C:\Program Files (x86)\Microsoft SQL Server\%VERSION%\SDK\Assemblies\Microsoft.AnalysisServices.dll

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将“单击一次应用程序”安装到另一台服务器会出现“需要系统更新”错误,Microsoft.AnalysisServices.AdomdClient版本11.0.0.0 - Installing a Click Once Application to another server gives a "System Update Required' error, Microsoft.AnalysisServices.AdomdClient Version 11.0.0.0 Microsoft.AnalysisServices.AdomdClient 在 .Net Core 应用程序中不起作用(身份验证问题) - Microsoft.AnalysisServices.AdomdClient doesn't work in .Net Core application (Authentication issue) AdomdClient 丢失 - AdomdClient missing 从Microsoft.AnalysisServices类访问属性 - Accessing properties from Microsoft.AnalysisServices Class Microsoft AnalysisServices - 使用 Azure Functions 启动和停止服务器 - Microsoft AnalysisServices - start and stop server using Azure Functions VS 2010,添加了对Microsoft.AnalysisServices 12.0.2000.8(SQL Server 2014)的引用,在.csproj中显示为10.0.0 - VS 2010, adding a reference to Microsoft.AnalysisServices 12.0.2000.8 (SQL server 2014) shows as 10.0.0 in .csproj 处理Microsoft.AnalysisServices更新方法上的错误 - handle error on Microsoft.AnalysisServices update method Microsoft.SqlServer.Server 命名空间 - Microsoft.SqlServer.Server namespace 命名空间Visualstudio在命名空间Microsoft中不存在,缺少程序集引用 - namespace Visualstudio does not exist in the namespace Microsoft, missing assembly reference C# 中缺少 Microsoft Graph ChatMessage 命名空间 - Microsoft Graph ChatMessage Namespace Missing in C#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM