Share via


StaticCodeAnalysisTask.ReportSuppressionError Method

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Protected Sub ReportSuppressionError ( _
    error As DataSchemaError _
)
protected void ReportSuppressionError(
    DataSchemaError error
)
protected:
void ReportSuppressionError(
    DataSchemaError^ error
)
member ReportSuppressionError : 
        error:DataSchemaError -> unit 
protected function ReportSuppressionError(
    error : DataSchemaError
)

Parameters

.NET Framework Security

See Also

Reference

StaticCodeAnalysisTask Class

Microsoft.Data.Schema.Tasks Namespace