Wednesday, February 01, 2006

Execute Multidimensional Query in .NET

The extended ADO.NET to execute Multidimensional Queries is ADOMD.NET.

ADOMD.NET is a standard .NET data provider that is designed to communicate with multidimensional data sources, such as Microsoft® SQL Server™ 2000 Analysis Services.

ADOMD.NET uses XML for Analysis version 1.1 to communicate with multidimensional data sources, using either TCP/IP or HTTP streams to transmit and receive SOAP requests and responses that are compliant with the XML for Analysis specification.


Multidimensional data can be retrieved and manipulated by using the ADOMD.NET object model. Using ADOMD.NET, you also can view and manipulate meta data either by retrieving OLE DB-compliant schema rowsets or by using the ADOMD.NET object model.

No comments: