ErrorManager.GetErrorCounts メソッド

指定されたカテゴリに属しているエラーの数を取得します。 数は、個々の重大度レベルごとに返されます。

名前空間:  Microsoft.Data.Schema
アセンブリ:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Sub GetErrorCounts ( _
    category As Object, _
    <OutAttribute> ByRef errorCount As Integer, _
    <OutAttribute> ByRef warningCount As Integer, _
    <OutAttribute> ByRef messageCount As Integer _
)
public void GetErrorCounts(
    Object category,
    out int errorCount,
    out int warningCount,
    out int messageCount
)
public:
void GetErrorCounts(
    Object^ category, 
    [OutAttribute] int% errorCount, 
    [OutAttribute] int% warningCount, 
    [OutAttribute] int% messageCount
)
member GetErrorCounts : 
        category:Object * 
        errorCount:int byref * 
        warningCount:int byref * 
        messageCount:int byref -> unit 
public function GetErrorCounts(
    category : Object, 
    errorCount : int, 
    warningCount : int, 
    messageCount : int
)

パラメーター

  • category
    型: System.Object
    エラーを分類するためのドキュメントの種類またはオブジェクトの種類を表す Object。内部カテゴリは、Guid 文字列として表されます。
  • errorCount
    型: System.Int32%
    返される int は、リストに含まれる、Error の Severity を持つ項目の数を表します。
  • warningCount
    型: System.Int32%
    返される int は、リストに含まれる、Warning の Severity を持つ項目の数を表します。
  • messageCount
    型: System.Int32%
    返される int は、リストに含まれる、Message の Severity を持つ項目の数を表します。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ErrorManager クラス

Microsoft.Data.Schema 名前空間

ErrorSeverity

Severity