ProjectProblemSuppressor.GetSuppressedProblems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information on what problems will be suppressed. Specifically, a set of SuppressedProblemInfo objects will be returned that defines each combination of a rule being suppressed and the file name for which the rule is suppressed.
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)
Returns
A list of SuppressedProblemInfo objects defining each combination of a rule being suppressed and the file name for which the rule is suppressed