Langue

IQueryProvider.Build Méthode

Définition

Construit les nœuds arborescentes avec le filtre suivant.

Surcharges

Nom Description
Build(IList<INavigableItem>, INodeInformation, IFilterProvider)

Il construit les nœuds arborescentes avec un filtre qui spécifie les nœuds, la source et le filtre.

Build(IList<INavigableItem>, INodeInformation, INavigableItem, IFilterProvider)

Il construit les nœuds arborescentes avec un filtre qui spécifie les nœuds, la source, le parent et le filtre.

Build(IList<INavigableItem>, INodeInformation, IFilterProvider)

Il construit les nœuds arborescentes avec un filtre qui spécifie les nœuds, la source et le filtre.

public:
 void Build(System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItem ^> ^ nodes, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IFilterProvider ^ filter);
public void Build(System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> nodes, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterProvider filter);
abstract member Build : System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterProvider -> unit
Public Sub Build (nodes As IList(Of INavigableItem), source As INodeInformation, filter As IFilterProvider)

Paramètres

nodes
IList<INavigableItem>

Le but de la liste de l’article.

source
INodeInformation

Élément parent qui fournit du contexte et des services.

filter
IFilterProvider

Fournit le filtre d’un objet.

S’applique à

Build(IList<INavigableItem>, INodeInformation, INavigableItem, IFilterProvider)

Il construit les nœuds arborescentes avec un filtre qui spécifie les nœuds, la source, le parent et le filtre.

public:
 void Build(System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItem ^> ^ nodes, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItem ^ parent, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IFilterProvider ^ filter);
public void Build(System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> nodes, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem parent, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterProvider filter);
abstract member Build : System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterProvider -> unit
Public Sub Build (nodes As IList(Of INavigableItem), source As INodeInformation, parent As INavigableItem, filter As IFilterProvider)

Paramètres

nodes
IList<INavigableItem>

Le but de la liste de l’article.

source
INodeInformation

Élément parent qui fournit du contexte et des services.

parent
INavigableItem

L’élément parent d’un objet.

filter
IFilterProvider

Fournit le filtre d’un objet.

S’applique à