CodeAnalysisResult.SuppressionErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets errors that occurred during calling of the message suppression routine.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError> SuppressionErrors { get; }
member this.SuppressionErrors : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError>
Public ReadOnly Property SuppressionErrors As ReadOnlyCollection(Of ExtensibilityError)