Compartilhar via


CrawlStore.Database property

Obtém ou define o banco de dados de rastreamento.

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

Syntax

'Declaração
Public Property Database As SearchGathererDatabase
    Get
    Set
'Uso
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
O banco de dados de rastreamento.

Ver também

Referência

CrawlStore class

CrawlStore members

Microsoft.Office.Server.Search.Administration namespace