INavigableItemBuildSet.QueryProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.