Source class

Represents a result source.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.Query.Source

Namespace:  Microsoft.Office.Server.Search.Administration.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public NotInheritable Class Source _
    Implements ISource
'Usage
Dim instance As Source
public sealed class Source : ISource

Remarks

A result source is a specific instance of a service that can return search results to be federated into the search system. One example would be the local index and another would be the search results brought in from a particular web search engine.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Source members

Microsoft.Office.Server.Search.Administration.Query namespace