SuppressedProblemInfo Class
Updated: April 20, 2017
Represents information about a problem being suppressed for a particular source. This information includes the source name and the rule whose problems should be suppressed.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | SuppressedProblemInfo(String^, RuleConfiguration^) | Creates a SuppressedProblemInfo for a given source name and rule. |
| Name | Description | |
|---|---|---|
![]() | Rule | Gets a RuleConfiguration with information about the rule whose problems should be suppressed. |
![]() | SourceName | Gets the name of the source to be suppressed. This is commonly the path to a file on disk. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to this instance.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Retrieves the hash code.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

