SuppressedProblemInfo Class

SQL Server 2014
 

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.

Namespace:   Microsoft.SqlServer.Dac.CodeAnalysis
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

System::Object
  Microsoft.SqlServer.Dac.CodeAnalysis::SuppressedProblemInfo

public ref class SuppressedProblemInfo sealed 

NameDescription
System_CAPS_pubmethodSuppressedProblemInfo(String^, RuleConfiguration^)

Creates a SuppressedProblemInfo for a given source name and rule.

NameDescription
System_CAPS_pubpropertyRule

Gets a RuleConfiguration with information about the rule whose problems should be suppressed.

System_CAPS_pubpropertySourceName

Gets the name of the source to be suppressed. This is commonly the path to a file on disk.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to this instance.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Retrieves the hash code.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: