Delen via


SqlStaticCodeAnalysisTask.SuppressProblemCallback Method

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

'Declaration
Protected Overrides Function SuppressProblemCallback ( _
    context As DataRuleProblemSuppressionContext _
) As Boolean
protected override bool SuppressProblemCallback(
    DataRuleProblemSuppressionContext context
)
protected:
virtual bool SuppressProblemCallback(
    DataRuleProblemSuppressionContext^ context
) override
abstract SuppressProblemCallback : 
        context:DataRuleProblemSuppressionContext -> bool 
override SuppressProblemCallback : 
        context:DataRuleProblemSuppressionContext -> bool 
protected override function SuppressProblemCallback(
    context : DataRuleProblemSuppressionContext
) : boolean

Parameters

Return Value

Type: System.Boolean
Return true if the rule is suppressed for the model element; otherwise, false.

.NET Framework Security

See Also

Reference

SqlStaticCodeAnalysisTask Class

Microsoft.Data.Schema.Tasks.Sql Namespace