SqlRuleProblemSuppressionContext Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisieren einer neuen Instanz von SqlRuleProblemSuppressionContext
public SqlRuleProblemSuppressionContext(Microsoft.SqlServer.Dac.CodeAnalysis.RuleDescriptor rule, Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleProblem problem, Microsoft.SqlServer.Dac.Model.TSqlModel schemaModel);
new Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleProblemSuppressionContext : Microsoft.SqlServer.Dac.CodeAnalysis.RuleDescriptor * Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleProblem * Microsoft.SqlServer.Dac.Model.TSqlModel -> Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleProblemSuppressionContext
Public Sub New (rule As RuleDescriptor, problem As SqlRuleProblem, schemaModel As TSqlModel)
Parameter
- rule
- RuleDescriptor
Die Regel, die das Problem erkennt
- problem
- SqlRuleProblem
Das Problem
- schemaModel
- TSqlModel
Das zu analysierende Schemamodell