SearchGathererDatabase.CreateNew Method
Creates and provisions an instance of the search crawl database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function CreateNew ( _
farm As SPFarm, _
databaseParameters As SPDatabaseParameters _
) As SearchGathererDatabase
'Usage
Dim farm As SPFarm
Dim databaseParameters As SPDatabaseParameters
Dim returnValue As SearchGathererDatabase
returnValue = SearchGathererDatabase.CreateNew(farm, _
databaseParameters)
public static SearchGathererDatabase CreateNew(
SPFarm farm,
SPDatabaseParameters databaseParameters
)
Parameters
farm
Type: Microsoft.SharePoint.Administration.SPFarmThe server farm where the instance is created.
databaseParameters
Type: Microsoft.SharePoint.Administration.SPDatabaseParametersThe database parameters for creating the instance.
Return Value
Type: Microsoft.Office.Server.Search.Administration.SearchGathererDatabase
The newly created and provisioned search crawl database instance.
Remarks
This method will throw an exception if the database specified by the database parameters already exists.