语言

ProjectProblemSuppressor.GetSuppressedProblems 方法

定义

获取有关将禁止出现的问题的信息。 具体而言,将返回一组 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 ,以及禁止显示规则的文件名

适用于