CrawlStoreCollection.Create Method (SPDatabaseParameters)
Creates a new crawl database with the specified database parameters.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Create ( _
databaseParameters As SPDatabaseParameters _
) As CrawlStore
'Usage
Dim instance As CrawlStoreCollection
Dim databaseParameters As SPDatabaseParameters
Dim returnValue As CrawlStore
returnValue = instance.Create(databaseParameters)
public CrawlStore Create(
SPDatabaseParameters databaseParameters
)
Parameters
databaseParameters
Type: Microsoft.SharePoint.Administration.SPDatabaseParametersThe parameters for the new crawl database.
Return Value
Type: Microsoft.Office.Server.Search.Administration.CrawlStore
The new crawl database.