CodeAnalysisServiceSettings.ValidationMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the validation performed on the model prior to code analysis. This can be used to bypass the requirement that a TSqlModel be valid prior to analysis by a code analysis rule.
public Microsoft.SqlServer.Dac.CodeAnalysis.CodeAnalysisModelValidationMode ValidationMode { get; set; }
member this.ValidationMode : Microsoft.SqlServer.Dac.CodeAnalysis.CodeAnalysisModelValidationMode with get, set
Public Property ValidationMode As CodeAnalysisModelValidationMode