You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to do this when I first created it. Setting the filter on the details window also sets it on the explorer window, so I couldn't use this method.
The tree nodes implement IServiceProvider to do a lot of their functionality. Unfortunately a lot of the SSMS classes are internal so I couldn't use them to replicate the same behaviour. I simulate the behaviour by getting the GetService method to call the method on the parent tree node (there is a setting to turn this behaviour off).
A nice feature would be to get the Object Explorer Details to filter to only the objects in the Schema selected in the Object Explorer.
The text was updated successfully, but these errors were encountered: