LogViewer.GetCurrentCrawlLogData, méthode (Microsoft.Office.Server.Search.Administration)
Returns the current crawl log data.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Function GetCurrentCrawlLogData ( _
filterProperties As CrawlLogFilters, _
<OutAttribute> ByRef nextStart As Integer _
) As DataTable
'Utilisation
Dim instance As LogViewer
Dim filterProperties As CrawlLogFilters
Dim nextStart As Integer
Dim returnValue As DataTable
returnValue = instance.GetCurrentCrawlLogData(filterProperties, nextStart)
public DataTable GetCurrentCrawlLogData (
CrawlLogFilters filterProperties,
out int nextStart
)
Paramètres
- filterProperties
A CrawlLogFilters object that contains all the filters for manipulating the crawl log data.
- nextStart
A 32-bit integer that specifies the position of the next crawl log entry.
Voir aussi
Référence
LogViewer, classe
Membres LogViewer
Microsoft.Office.Server.Search.Administration, espace de noms