SearchGathererDatabase Class

Encapsulates the search crawl database.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPDatabase
          SearchDatabase
            Microsoft.Office.Server.Search.Administration.SearchGathererDatabase

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

Syntax

'Declaration
<GuidAttribute("1903996E-5F34-4B4E-8EC1-5002D7CC63A7")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SearchGathererDatabase _
    Inherits SearchDatabase
'Usage
Dim instance As SearchGathererDatabase
[GuidAttribute("1903996E-5F34-4B4E-8EC1-5002D7CC63A7")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SearchGathererDatabase : SearchDatabase

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

SearchGathererDatabase Members

Microsoft.Office.Server.Search.Administration Namespace