I found this little nugget while searching the GotDotNet workspaces for an NNTP component. You query it just like you would any database:
Select top 100 * from microsoft.dotnet.framework. Isn't that easy? There is a small code snippet
here and the workspace is
here.