ProjectProblemSuppressor.GetSuppressedProblems メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
抑制される問題に関する情報を取得します。 具体的には、抑制するルールの各組み合わせと、ルールが抑制されるファイル名を定義する一連の SuppressedProblemInfo オブジェクトが返されます。
public System.Collections.Generic.IList<Microsoft.SqlServer.Dac.CodeAnalysis.SuppressedProblemInfo> GetSuppressedProblems();
member this.GetSuppressedProblems : unit -> System.Collections.Generic.IList<Microsoft.SqlServer.Dac.CodeAnalysis.SuppressedProblemInfo>
Public Function GetSuppressedProblems () As IList(Of SuppressedProblemInfo)
返品
抑制されるルールの各組み合わせを定義する SuppressedProblemInfo オブジェクトと、そのルールが抑制されるファイル名の一覧