PropertyStoreCollection.Create Method (SPDatabaseParameters)
Creates a new property 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 PropertyStore
'Usage
Dim instance As PropertyStoreCollection
Dim databaseParameters As SPDatabaseParameters
Dim returnValue As PropertyStore
returnValue = instance.Create(databaseParameters)
public PropertyStore Create(
SPDatabaseParameters databaseParameters
)
Parameters
databaseParameters
Type: Microsoft.SharePoint.Administration.SPDatabaseParametersThe SPDatabaseParameters object that represents the parameters that are used to create the database.
Return Value
Type: Microsoft.Office.Server.Search.Administration.PropertyStore
The PropertyStore object that represents the new property database.