Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get information about crawl databases.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetCrawlDatabaseInfo As Dictionary(Of Guid, CrawlDatabaseInfo)
'Usage
Dim instance As CrawlLog
Dim returnValue As Dictionary(Of Guid, CrawlDatabaseInfo)
returnValue = instance.GetCrawlDatabaseInfo()
public Dictionary<Guid, CrawlDatabaseInfo> GetCrawlDatabaseInfo()
Return value
Type: System.Collections.Generic.Dictionary<Guid, CrawlDatabaseInfo>
Returns a dictionary where the keys are the crawl database IDs and the values are CrawlDatabaseInfo instances containing information about the crawl database with that ID.