ProjectProblemSuppressor.AddSuppressedProblems メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
抑制された問題のセットに、 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 と、問題を抑制する必要がある特定のルール。