Compartir a través de


: LogViewer.GetContentSourceSummaryStats (Método) (Microsoft.Office.Server.Search.Administration)

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración

                      Public Sub GetContentSourceSummaryStats ( _
    contentSourceId As Integer, _
    <OutAttribute> ByRef successCount As Integer, _
    <OutAttribute> ByRef warningCount As Integer, _
    <OutAttribute> ByRef errorCount As Integer _
)
'Uso

                      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
)

Parámetros

  • contentSourceId
  • successCount
  • warningCount
  • errorCount

Vea también

Referencia

LogViewer (Clase)
LogViewer (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)