ProjectProblemSuppressor.AddSuppressedProblems メソッド

定義

抑制された問題のセットに、 SuppressedProblemInfo の 1 つ以上のインスタンスを追加します。 抑制された問題の完全なセットは、バッキング XML ファイルにすぐに書き出されます。

public void AddSuppressedProblems(System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.CodeAnalysis.SuppressedProblemInfo> suppressedProblems);
member this.AddSuppressedProblems : seq<Microsoft.SqlServer.Dac.CodeAnalysis.SuppressedProblemInfo> -> unit
Public Sub AddSuppressedProblems (suppressedProblems As IEnumerable(Of SuppressedProblemInfo))

パラメーター

suppressedProblems
IEnumerable<SuppressedProblemInfo>

いくつかの問題を抑制する必要があるファイルの各組み合わせを定義する SuppressedProblemInfo オブジェクトの IEnumerable と、問題を抑制する必要がある特定のルール。

適用対象