: LogViewer.GetCurrentCrawlLogData (Método) (Microsoft.Office.Server.Search.Administration)
Returns the current crawl log data.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Function GetCurrentCrawlLogData ( _
filterProperties As CrawlLogFilters, _
<OutAttribute> ByRef nextStart As Integer _
) As DataTable
'Uso
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
)
Parámetros
- 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.
Vea también
Referencia
LogViewer (Clase)
LogViewer (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)