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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.