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.