INavigableItemBuildSet.QueryProvider Property

Definition

Gets the query provider (NavigableItemBuilder) that is used to produce items within the set.

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IQueryProvider ^ QueryProvider { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IQueryProvider ^ get(); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IQueryProvider QueryProvider { get; }
member this.QueryProvider : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IQueryProvider
Public ReadOnly Property QueryProvider As IQueryProvider

Property Value

An object that represents the query provider.

Applies to