Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the SearchAdminDatabase class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function CreateInstance ( _
farm As SPFarm, _
databaseParameters As SPDatabaseParameters _
) As SearchAdminDatabase
'Usage
Dim farm As SPFarm
Dim databaseParameters As SPDatabaseParameters
Dim returnValue As SearchAdminDatabase
returnValue = SearchAdminDatabase.CreateInstance(farm, _
databaseParameters)
public static SearchAdminDatabase CreateInstance(
SPFarm farm,
SPDatabaseParameters databaseParameters
)
Parameters
farm
Type: Microsoft.SharePoint.Administration.SPFarmThe server farm where the instance is to be created.
databaseParameters
Type: Microsoft.SharePoint.Administration.SPDatabaseParametersThe database parameters for creating the instance.
Return Value
Type: Microsoft.Office.Server.Search.Administration.SearchAdminDatabase
The newly created instance.
Remarks
This method will throw an exception if the database specified by the database parameters already exists.