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 SearchPropertyStoreDatabase 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 SearchPropertyStoreDatabase
'Usage
Dim farm As SPFarm
Dim databaseParameters As SPDatabaseParameters
Dim returnValue As SearchPropertyStoreDatabase
returnValue = SearchPropertyStoreDatabase.CreateInstance(farm, _
databaseParameters)
public static SearchPropertyStoreDatabase 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.SearchPropertyStoreDatabase
The newly created instance.
Remarks
This method will throw an exception if the database specified by the database parameters already exists.
See Also
Reference
SearchPropertyStoreDatabase Class