LogViewer.GetContentSourceSummaryStats, méthode (Microsoft.Office.Server.Search.Administration)
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Sub GetContentSourceSummaryStats ( _
contentSourceId As Integer, _
<OutAttribute> ByRef successCount As Integer, _
<OutAttribute> ByRef warningCount As Integer, _
<OutAttribute> ByRef errorCount As Integer _
)
'Utilisation
Dim instance As LogViewer
Dim contentSourceId As Integer
Dim successCount As Integer
Dim warningCount As Integer
Dim errorCount As Integer
instance.GetContentSourceSummaryStats(contentSourceId, successCount, warningCount, errorCount)
public void GetContentSourceSummaryStats (
int contentSourceId,
out int successCount,
out int warningCount,
out int errorCount
)
Paramètres
- contentSourceId
- successCount
- warningCount
- errorCount
Voir aussi
Référence
LogViewer, classe
Membres LogViewer
Microsoft.Office.Server.Search.Administration, espace de noms