CodeAnalysisModelValidationMode Enum
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.
public enum CodeAnalysisModelValidationMode
type CodeAnalysisModelValidationMode =
Public Enum CodeAnalysisModelValidationMode
- Inheritance
-
CodeAnalysisModelValidationMode
Fields
Name | Value | Description |
---|---|---|
Full | 0 | The TSqlModel is fully validated prior to code analysis. |
None | 1 | No validation is performed on the TSqlModel prior to code analysis |