Try if the UIHierarchyItem.Object property returns something useful for that
node.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Is there a way I can obtain the properties of the UIHierarchyItem items
> from the Data Connections portion of the Server Explorer? How do I get
[quoted text clipped - 5 lines]
>
> Thanks.
Robert Bouillon - 24 Mar 2006 22:59 GMT
The object property always returns itself (UIHierarchyItem).
I use reflection to determine the COM type.
Any other ideas?