IQueryProvider.GetQuery(INodeInformation, IFilterProvider) 方法

定義

取得用於建置樹節點的查詢。

public:
 System::String ^ GetQuery(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IFilterProvider ^ filter);
public string GetQuery(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterProvider filter);
abstract member GetQuery : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterProvider -> string
Public Function GetQuery (source As INodeInformation, filter As IFilterProvider) As String

參數

source
INodeInformation

提供背景與服務的父項目。

filter
IFilterProvider

查詢中使用的篩選器。

傳回

回傳一個代表用來建立樹節點的查詢值。

適用於