ResultTableCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of ResultTable objects.

The ResultTableCollection type exposes the following members.

Constructors

  Name Description
Public method ResultTableCollection

Top

Properties

  Name Description
Public property Count Gets the number of ResultTable objects in the collection.
Public property DatabaseTime Gets or sets the duration of query execution on the database server.
Public property Definition Gets the ResultDefinition structures for the results of the query.
Public property ElapsedTime Gets or sets the total duration of the query, combining the time spent executing the query on the database server with the time spent in the object model.
Public property IgnoredNoiseWords Gets or sets the list of ignored noise words.
Public property Item Gets a ResultTable object from the collection, based on the result type.
Public property KeywordInformation Gets a KeywordInformation object that provides information about a matched special term and its definition for a keyword search.
Public property QueryMachine
Public property QueryProcessingTime
Public property QueryTerms Gets or sets a list of the search terms used by the query.
Public property SpellingSuggestion Gets or sets an alternate spelling for a search term that is not recognized.

Top

Methods

  Name Description
Public method Add
Public method Equals (Inherited from Object.)
Public method Exists Returns a Boolean value that indicates whether the specified ResultTable object exists in the collection.
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can be used to access the items in the ResultTable collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ResultTableCollection Class

Microsoft.SharePoint.Search.Query Namespace