次の方法で共有


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 名前空間