SA0073A : Check all User-Defined Types in the current database for following specified naming convention | ![]() |
The topic describes the SA0073A analysis rule.
Check all User-Defined Types in the current database for following specified naming convention
The rule checks the naming of all user-defined types in the current database.
The NamePattern variable can be used to select or configure the desired pattern which will be used to check the object name.
Regular expression patterns can be used, but the pattern must be prefixed with 'regexp:' string in order to be used as a matching regular expression.
The rule has a ContextOnly scope and is applied only on current server and database schema.
Name | Description | Default Value |
---|---|---|
NamePattern | User defined data type name pattern. | regexp:[A-Z][A-Za-z]+ |
The rule requires Analysis Context. If context is missing, the rule will be skipped during analysis.
Naming Rules
There is no additional info for this rule.
© Ubitsoft Ltd. All Rights Reserved.