ADOMD.NET Server Object Architecture
The ADOMD.NET server objects are helper objects that can be used to create user defined functions (UDFs) or stored procedures in Microsoft SQL Server Analysis Services.
Note
To use the Microsoft.AnalysisServices.AdomdServer namespace (and these objects), a reference to the msmgdsrv.dll must be added to UDF project or stored procedure.
Interaction with the ADOMD.NET object hierarchy typically starts with one or more of the objects in the topmost layer, as described in the following table.
To |
Use this object |
---|---|
Evaluate Multidimensional Expressions (MDX) expressions |
|
Provide support for executing MDX functions without constructing the full MDX statement |
|
Represent the current execution context for the UDF |
|
Create sets and tuples |
|
Support implicit conversion and casting among the six basic types of the MDX language |