Problem with metadata services -
11-09-2004
, 10:50 AM
I am having problems accessing metadata for database metadata stored in the
Microsoft repository (i.e. msdb database).
The objects in the Repository 'UML Type Information Model' differ from those
found in the :
Microsoft® SQL ServerT 2000 Meta Data Services Software Development Kit
(SDK),
Located at : C:\Program Files\Microsoft Meta Data Services
SDK3.0\oim\Tlb\Uml.tlb.
Although both have the same UUID.
Therefore when I reference the Uml.tlb in my project I do not get the
correct interfaces to cast the Repository objects to.
Excerpt from : Located at : C:\Program Files\Microsoft Meta Data Services
SDK3.0\oim\Tlb\Uml.tlb.
________________________________________________
// Generated .IDL file (by the OLE/COM Object Viewer)
//
// typelib filename: Uml.tlb
[
uuid(452EEF4A-88E0-11D0-8E76-00A0C905A4DB),
version(1.3),
helpstring("Unified Modeling Language (UML)")
]
library Uml
{
__________________________________________ |