PropertyStoreCollection.Create Method (String)
Creates a new property database with the specified connection string.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Create ( _
connectionString As String _
) As PropertyStore
'Usage
Dim instance As PropertyStoreCollection
Dim connectionString As String
Dim returnValue As PropertyStore
returnValue = instance.Create(connectionString)
public PropertyStore Create(
string connectionString
)
Parameters
connectionString
Type: System.StringThe database connection string.
Return Value
Type: Microsoft.Office.Server.Search.Administration.PropertyStore
The PropertyStore object that represents the new property database.