CodeAnalysisServiceSettings.ValidationMode Property

Definition

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

Property Value

Applies to