ADOMD.NET Server Programming
Neu: 05. Dezember 2005
The ADOMD.NET server components of ADOMD.NET reside within the Microsoft.AnalysisServices.AdomdServer namespace (in msmgdsrv.dll). You use these server components to create custom Multidimensional Expressions (MDX) functions and stored procedures that are run on an instance of Microsoft SQL Server 2005 Analysis Services (SSAS). The server objects provide the capabilities for querying cubes and mining models, and for evaluating expressions in a given context. The benefits for creating custom functions and stored procedures include fast execution, centralized deployment, and improved maintainability.
The topics in the following table will help you develop ADOMD.NET server applications.
Topic | Description |
---|---|
Describes the uses for ADOMD.NET server objects. |
|
Describes the object architecture for ADOMD.NET server objects. |
|
Walks you through the process of creating a user defined function or stored Procedure. |