Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (7)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
Query Class (Microsoft.Office.Server.Search.Query)
The base class for executing search queries using the Enterprise Search query object model. Defines the properties and methods that are shared by the FullTextSqlQuery and KeywordQuery classes.

Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Visual Basic (Declaration)
Public MustInherit Class Query
    Implements IDisposable
Visual Basic (Usage)
Dim instance As Query
C#
public abstract class Query : IDisposable

The Query class is not intended to be used directly from your code, but is designed to be the base implementation for the Enterprise Search Query object model classes.

Instead, you should use the FullTextSqlQuery class for executing Enterprise Search SQL Syntax Reference search queries, or the KeywordQuery class for executing Enterprise Search Keyword Syntax Reference search queries.

For more information about the Enterprise Search Query object model, see Enterprise Search Query Object Model Overview.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker