IQueryProvider.Build メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
次のフィルターでツリー ノードをビルドします。
オーバーロード
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
オブジェクトのフィルターを提供します。