Re: dso-support in .net-framework 2.0
From: Dave Wickert [MSFT] (dwickert_at_online.microsoft.com)
Date: 09/03/04
- Next message: Dave Wickert [MSFT]: "Re: Error 80004005 - Database ... does not exist"
- Previous message: MDX: "MDX Question"
- In reply to: sa_ro: "dso-support in .net-framework 2.0"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Sep 2004 11:26:50 -0700
DSO is a COM-only interface; there is no managed code. You have to use COM
interop. See the following example for how to do it.
http://www.microsoft.com/downloads/details.aspx?FamilyID=8d9e7a70-eef4-44c3-a0c5-deece0f8b4b4&DisplayLang=en
In SQL Server 2005, there will be a managed interface called AMO (Analysis
Management Objects) for managing Analysis Services with SQL Server 2005.
-- Dave Wickert [MSFT] dwickert@online.microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "sa_ro" <chieming@gmx.de> wrote in message news:66d16b07.0409030238.537e586b@posting.google.com... > hallo, > > 1. > can anybody tell me the namespace in .net-framework 2.0 (beta) where i > find the classes supporting the dso functionality ??? > > 2. > is the namespace available in .net2.0 or have i to install yukon ??? > > 3. > are the data access realy native .net, or are the classes just > accessing the com mudule ??? > > thanx a lot, > Robin Saberi
- Next message: Dave Wickert [MSFT]: "Re: Error 80004005 - Database ... does not exist"
- Previous message: MDX: "MDX Question"
- In reply to: sa_ro: "dso-support in .net-framework 2.0"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|