Share via


CrawlStoreCollection.Create method (String)

Creates a new crawl 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 CrawlStore
'Usage
Dim instance As CrawlStoreCollection
Dim connectionString As String
Dim returnValue As CrawlStore

returnValue = instance.Create(connectionString)
public CrawlStore Create(
    string connectionString
)

Parameters

  • connectionString
    Type: System.String

    The database connection string.

Return value

Type: Microsoft.Office.Server.Search.Administration.CrawlStore
The new crawl database.

See also

Reference

CrawlStoreCollection class

CrawlStoreCollection members

Create overload

Microsoft.Office.Server.Search.Administration namespace