Lenguaje

IQueryProvider.Build Método

Definición

Construye los nodos del árbol con el siguiente filtro.

Sobrecargas

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

Construye los nodos del árbol con un filtro que especifica nodos, fuente y filtro.

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

Construye los nodos del árbol con un filtro que especifica nodos, fuente, padre y filtro.

Build(IList<INavigableItem>, INodeInformation, IFilterProvider)

Construye los nodos del árbol con un filtro que especifica nodos, fuente y filtro.

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)

Parámetros

nodes
IList<INavigableItem>

El objetivo de la lista del artículo.

source
INodeInformation

Elemento padre que proporciona contexto y servicios.

filter
IFilterProvider

Proporciona el filtro de un objeto.

Se aplica a

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

Construye los nodos del árbol con un filtro que especifica nodos, fuente, padre y filtro.

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)

Parámetros

nodes
IList<INavigableItem>

El objetivo de la lista del artículo.

source
INodeInformation

Elemento padre que proporciona contexto y servicios.

parent
INavigableItem

El elemento padre de un objeto.

filter
IFilterProvider

Proporciona el filtro de un objeto.

Se aplica a