IVsDataExplorerConnection.FindNode Method
Include Protected Members
Include Inherited Members
Retrieves the specified connection node.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
FindNode(Int32) | Retrieves the connection node from Server Explorer based on its ID. | |
FindNode(String) | Retrieves the connection node from Server Explorer based on its name. | |
FindNode(String, Boolean) | Retrieves the connection node from Server Explorer based on its name. Optionally, searches unexpanded nodes that are not populated. |
Top