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 ,以及禁止显示规则的文件名