CrawlStore.Database property

Gets or sets the crawl database.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property Database As SearchGathererDatabase
    Get
    Set
'Usage
Dim instance As CrawlStore
Dim value As SearchGathererDatabase

value = instance.Database

instance.Database = value
public SearchGathererDatabase Database { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.SearchGathererDatabase
The crawl database.

See also

Reference

CrawlStore class

CrawlStore members

Microsoft.Office.Server.Search.Administration namespace