LogViewer.GetCrawlSummaryByHost, méthode (Microsoft.Office.Server.Search.Administration)
Returns a summary of crawl log properties, grouped by host name.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Function GetCrawlSummaryByHost ( _
prop As CrawlLogSummaryProperty, _
direction As SortDirection, _
startAt As Integer, _
totalEntries As Integer, _
<OutAttribute> ByRef nextStart As Integer _
) As DataTable
'Utilisation
Dim instance As LogViewer
Dim prop As CrawlLogSummaryProperty
Dim direction As SortDirection
Dim startAt As Integer
Dim totalEntries As Integer
Dim nextStart As Integer
Dim returnValue As DataTable
returnValue = instance.GetCrawlSummaryByHost(prop, direction, startAt, totalEntries, nextStart)
public DataTable GetCrawlSummaryByHost (
CrawlLogSummaryProperty prop,
SortDirection direction,
int startAt,
int totalEntries,
out int nextStart
)
Paramètres
- prop
A value from the CrawlLogSummaryProperty enumeration specifying the crawl log summary property.
- direction
A value from the SortDirection enumeration specifying sort direction.
- startAt
A 32-bit integer that specifies the start position in the crawl log for the crawl summary.
- totalEntries
A 32-bit integer that specifies the number of crawl log entries to include in the summary.
- nextStart
A 32-bit integer that specifies the position of the next crawl log entry.
Valeur de retour
A System.DataTable object.
Remarques
If there are no more entries in the crawl log, -1 is returned for the nextStart parameter.
Voir aussi
Référence
LogViewer, classe
Membres LogViewer
Microsoft.Office.Server.Search.Administration, espace de noms