Condividi tramite


IQueryProvider.Build Metodo

Definizione

Compila i nodi dell'albero con il filtro seguente.

Overload

Build(IList<INavigableItem>, INodeInformation, IFilterProvider)

Compila i nodi dell'albero con un filtro che specifica nodi, origine e filtro.

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

Compila i nodi dell'albero con un filtro che specifica nodi, origine, padre e filtro.

Build(IList<INavigableItem>, INodeInformation, IFilterProvider)

Compila i nodi dell'albero con un filtro che specifica nodi, origine e 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)

Parametri

nodes
IList<INavigableItem>

Punto dell'elenco dell'elemento.

source
INodeInformation

Elemento padre che fornisce contesto e servizi.

filter
IFilterProvider

Fornisce il filtro di un oggetto.

Si applica a

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

Compila i nodi dell'albero con un filtro che specifica nodi, origine, padre e 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)

Parametri

nodes
IList<INavigableItem>

Punto dell'elenco dell'elemento.

source
INodeInformation

Elemento padre che fornisce contesto e servizi.

parent
INavigableItem

Elemento padre di un oggetto.

filter
IFilterProvider

Fornisce il filtro di un oggetto.

Si applica a