ProjectProblemSuppressor Methods
Updated: April 20, 2017
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | AddSuppressedProblems(IEnumerable<SuppressedProblemInfo^>^) | Adds one or more instances of SuppressedProblemInfo to the set of suppressed problems. The full set of suppressed problems will be immediately written out to the backing XML file. |
![]() ![]() | CreateSuppressor(String^) | Creates a new ProjectProblemSuppressor. |
![]() ![]() | CreateSuppressor(String^, String^) | Creates a new ProjectProblemSuppressor. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSuppressedProblems() | 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. |
![]() | GetType() | (Inherited from Object.) |
![]() | ResetSuppressedProblems() | Resets the suppressed problems to their default state. If an XML suppression file for the project existed already then the state will be reloaded from there, otherwise it will be reset so that no problems are suppressed. |
![]() | ToString() | (Inherited from Object.) |
![]() | UnsuppressRulesFromFile(String^) | Removes all problem suppression directives for a particular filename. The updated set of problems to suppress will be immediately written out to the backing XML file that describes what rules should be suppressed for a given file. |

