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 각 조합과 규칙이 표시되지 않는 파일 이름을 정의하는 개체 목록입니다.

적용 대상