Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is Microsoft.AnalysisServices.dll [closed]

I'm trying to work through some examples working with Analysis Services Management Objects (AMO), specifically some of this content:

https://technet.microsoft.com/en-us/library/ms345093.aspx

These reference some objects in the Microsoft.AnalysisServices namespace which it says resides in the Microsoft.AnalysisServices.dll, but I can't find it in either the framework or extension references. I found an unclear reference to c:\Program Files\Microsoft Sql Server\<version>\sdk\assemblies but it's not there either.

Can anyone direct me to where I can find this assembly and/or how to download/install it?

like image 294
Xedni Avatar asked Mar 22 '15 16:03

Xedni


People also ask

Where is Microsoft AnalysisServices AdomdClient DLL located?

ADOMD. Go to C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft. AnalysisServices. AdomdClient\ .

What is Microsoft Analysis Services OLE DB provider?

The Analysis Services OLE DB Provider is a COM component that software developers can use to create client-side applications that browse metadata and query data stored in Microsoft SQL Server 2016 Analysis Services.

What is Adomd net?

ADOMD.NET is a Microsoft . NET Framework data provider designed to communicate with Analysis Services.


1 Answers

I found it here:

C:\Program Files (x86)\Microsoft SQL Server\120\SDK\Assemblies

This is from a 2014 developer install. If its not there you have to rerun setup and choose Analysis Services.

like image 86
benjamin moskovits Avatar answered Oct 13 '22 06:10

benjamin moskovits