SqlRuleProblemSuppressionContext Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialiser une nouvelle instance de 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)
Paramètres
- rule
- RuleDescriptor
Règle détectant le problème
- problem
- SqlRuleProblem
Le problème
- schemaModel
- TSqlModel
Modèle de schéma en cours d’analyse