次の方法で共有


IQueryProvider.Build メソッド

定義

次のフィルターでツリー ノードをビルドします。

オーバーロード

Build(IList<INavigableItem>, INodeInformation, IFilterProvider)

ノード、ソース、およびフィルターを指定するフィルターでツリー ノードをビルドします。

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

ノード、ソース、親、およびフィルターを指定するフィルターでツリー ノードをビルドします。

Build(IList<INavigableItem>, INodeInformation, IFilterProvider)

ノード、ソース、およびフィルターを指定するフィルターでツリー ノードをビルドします。

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)

パラメーター

nodes
IList<INavigableItem>

項目の一覧のポイントです。

source
INodeInformation

コンテキストとサービスを提供する親項目です。

filter
IFilterProvider

オブジェクトのフィルターを提供します。

適用対象

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

ノード、ソース、親、およびフィルターを指定するフィルターでツリー ノードをビルドします。

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)

パラメーター

nodes
IList<INavigableItem>

項目の一覧のポイントです。

source
INodeInformation

コンテキストとサービスを提供する親項目です。

parent
INavigableItem

オブジェクトの親項目です。

filter
IFilterProvider

オブジェクトのフィルターを提供します。

適用対象