I'm evaluating .Net Reflector Pro under Visual Studio 2010. I've installed Sql Server 2008 R2 from here:
http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx
I've decompiled ObjectExplorer.dll from here:
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\ObjectExplorer.dll
The files are cached in my AppData location, but the C# code is invalid. See the source for SupportedServers.cs:
public SupportedServers(System.Collections.Generic.IList<ISupportedServer>
<ISupportedServer> servers)
{
this.syncObject = new object();
this.builders = new System.Collections.Generic.Dictionary<ISupportedServer,XmlHierarchyBuilder>
<ISupportedServer, XmlHierarchyBuilder>();
this.supportedServers = new SupportedServerCollection(servers);
}
http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx
I've decompiled ObjectExplorer.dll from here:
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\ObjectExplorer.dll
The files are cached in my AppData location, but the C# code is invalid. See the source for SupportedServers.cs:
public SupportedServers(System.Collections.Generic.IList<ISupportedServer><ISupportedServer> servers)
{
this.syncObject = new object();
this.builders = new System.Collections.Generic.Dictionary<ISupportedServer,XmlHierarchyBuilder><ISupportedServer, XmlHierarchyBuilder>();
this.supportedServers = new SupportedServerCollection(servers);
}