PropertyStoreCollection.Create Method (SearchPropertyStoreDatabase)
Creates a new property database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Create ( _
db As SearchPropertyStoreDatabase _
) As PropertyStore
'Usage
Dim instance As PropertyStoreCollection
Dim db As SearchPropertyStoreDatabase
Dim returnValue As PropertyStore
returnValue = instance.Create(db)
public PropertyStore Create(
SearchPropertyStoreDatabase db
)
Parameters
db
Type: Microsoft.Office.Server.Search.Administration.SearchPropertyStoreDatabaseThe SearchPropertyStoreDatabase object that represents the database that is used by the new property database.
Return Value
Type: Microsoft.Office.Server.Search.Administration.PropertyStore
The PropertyStore object that represents the new property database.