ADOMD.NET Release Differences
Nuevo: 5 de diciembre de 2005
ADOMD.NET was originally released as the ADOMD.NET 8.0 SDK. This SDK provided communication with Microsoft SQL Server 2000 Analysis Services.
Included with this release of Microsoft SQL Server 2005 Analysis Services (SSAS) is a new version of ADOMD.NET—ADOMD.NET 9.0. This new version of ADOMD.NET provides communication with both SQL Server 2000 Analysis Services and SQL Server 2005 Analysis Services (SSAS).
It is the ability of ADOMD.NET 9.0 to communicate with SQL Server 2005 Analysis Services (SSAS) that is the most important difference between ADOMD.NET 9.0 and ADOMD.NET 8.0. ADOMD.NET 9.0 is able to support all of the capabilities found in SQL Server 2005 Analysis Services (SSAS), while ADOMD.NET 8.0 is not able to support any of these new features.
Another important difference between the two versions is in the Microsoft .NET Framework Class Library used by each version. ADOMD.NET 9.0 requires that the .NET Framework Class Library version 2.0 be installed on the client. However, ADOMD.NET 8.0 requires that the .NET Framework Class Library version 1.0 Service Pack 2 (SP2) or later be installed.
The following table summarizes the differences between ADOMD.NET 9.0 and ADOMD.NET 8.0.
Feature | ADOMD.NET 8.0 | ADOMD.NET 9.0 |
---|---|---|
.NET Framework Runtime Requirements |
Requires installation of the .NET Framework Class Library 1.0 SP2 (or later) on the client. |
Requires installation of the .NET Framework Class Library 2.0 (or later) on the client. |
Metadata Objects |
CubeDef, OlapInfo, Kpi, MiningModels, MiningServices, MiningStructures |
|
Server Connectivity |
|
|
Performance |
Optimized to perform faster than ADOMD.NET 8.0 in many scenarios. |