IQueryProvider.Build 메서드 (IList<INavigableItem>, INodeInformation, IFilterProvider)
Builds the tree nodes with a filter that specifies nodes, source, and filter.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Sub Build ( _
nodes As IList(Of INavigableItem), _
source As INodeInformation, _
filter As IFilterProvider _
)
‘사용 방법
Dim instance As IQueryProvider
Dim nodes As IList(Of INavigableItem)
Dim source As INodeInformation
Dim filter As IFilterProvider
instance.Build(nodes, source, filter)
void Build(
IList<INavigableItem> nodes,
INodeInformation source,
IFilterProvider filter
)
void Build(
IList<INavigableItem^>^ nodes,
INodeInformation^ source,
IFilterProvider^ filter
)
abstract Build :
nodes:IList<INavigableItem> *
source:INodeInformation *
filter:IFilterProvider -> unit
function Build(
nodes : IList<INavigableItem>,
source : INodeInformation,
filter : IFilterProvider
)
매개 변수
- nodes
유형: System.Collections.Generic.IList<INavigableItem>
The point of list of the item.
- source
유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation
Parent item that provides context and services.
- filter
유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterProvider
Provides the filter of an object.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스