StaticCodeAnalysisTask.SuppressProblemCallback Method
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)
Syntax
'Declaration
Protected Overridable Function SuppressProblemCallback ( _
suppressionContext As DataRuleProblemSuppressionContext _
) As Boolean
protected virtual bool SuppressProblemCallback(
DataRuleProblemSuppressionContext suppressionContext
)
protected:
virtual bool SuppressProblemCallback(
DataRuleProblemSuppressionContext^ suppressionContext
)
abstract SuppressProblemCallback :
suppressionContext:DataRuleProblemSuppressionContext -> bool
override SuppressProblemCallback :
suppressionContext:DataRuleProblemSuppressionContext -> bool
protected function SuppressProblemCallback(
suppressionContext : DataRuleProblemSuppressionContext
) : boolean
Parameters
- suppressionContext
Type: Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleProblemSuppressionContext
Return Value
Type: System.Boolean
.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.