Share via


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

Return Value

Type: Microsoft.Office.Server.Search.Administration.PropertyStore
The PropertyStore object that represents the new property database.

See Also

Reference

PropertyStoreCollection Class

PropertyStoreCollection Members

Create Overload

Microsoft.Office.Server.Search.Administration Namespace