LogViewer.GetContentSourceSummaryStats 方法 (Microsoft.Office.Server.Search.Administration)

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Sub GetContentSourceSummaryStats ( _
    contentSourceId As Integer, _
    <OutAttribute> ByRef successCount As Integer, _
    <OutAttribute> ByRef warningCount As Integer, _
    <OutAttribute> ByRef errorCount As Integer _
)
用法
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
)

参数

  • contentSourceId
  • successCount
  • warningCount
  • errorCount

另请参阅

参考

LogViewer 类
LogViewer 成员
Microsoft.Office.Server.Search.Administration 命名空间