Share via


IVsDataExplorerConnection.FindNode, méthode (String, Boolean)

Récupère le nœud de connexion de l'explorateur de serveurs en fonction de son nom. Éventuellement, nœuds non-expansés de recherche qui ne sont pas remplis.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function FindNode ( _
    fullName As String, _
    searchUnpopulatedChildren As Boolean _
) As IVsDataExplorerNode
IVsDataExplorerNode FindNode(
    string fullName,
    bool searchUnpopulatedChildren
)
IVsDataExplorerNode^ FindNode(
    String^ fullName, 
    bool searchUnpopulatedChildren
)
abstract FindNode : 
        fullName:string * 
        searchUnpopulatedChildren:bool -> IVsDataExplorerNode
function FindNode(
    fullName : String, 
    searchUnpopulatedChildren : boolean
) : IVsDataExplorerNode

Paramètres

  • fullName
    Type : String

    Le nom du nœud de connexion à obtenir.

  • searchUnpopulatedChildren
    Type : Boolean

    Une valeur d' Boolean indiquant s'il faut rechercher des nœuds qui n'ont jamais été développés et ne sont donc pas remplis.

Valeur de retour

Type : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Un objet d' IVsDataExplorerNode représentant le nœud demandé de connexion dans l'explorateur de serveurs.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerConnection Interface

FindNode, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms