Databases Reference
In-Depth Information
FIGURE 33.2
Click Add Reference.
FIGURE 33.3
The Add Reference dialog box shows a list of assemblies that can be refer-
enced.
Now we're almost ready to create our application with ADOMD.NET, but first we need to
import the namespace for the ADOMD.NET classes. So, at the beginning of the file, add
the using clause for Microsoft.AnalysisServices.AdomdClient :
using Microsoft.AnalysisServices.AdomdClient;
Search WWH ::




Custom Search