Share via


CrawlStoreCollection.Create method (SearchGathererDatabase)

Adds a new crawl database to the crawl database collection for the Search service application.

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

Syntax

'Declaration
Public Function Create ( _
    db As SearchGathererDatabase _
) As CrawlStore
'Usage
Dim instance As CrawlStoreCollection
Dim db As SearchGathererDatabase
Dim returnValue As CrawlStore

returnValue = instance.Create(db)
public CrawlStore Create(
    SearchGathererDatabase db
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.CrawlStore
The new crawl database.

See also

Reference

CrawlStoreCollection class

CrawlStoreCollection members

Create overload

Microsoft.Office.Server.Search.Administration namespace