Restriction_Type (Integer property)

Specifies that you want the DBMS to check that a row satisfies the search condition in the WHERE clause before the DBMS inserts or updates rows in the source tables. This property of a View object and Cached View object maps to the With Check Option or WITH in the DDL syntax.

Tagged Values

Name Value
Data_TypeInteger
Long_Id{E7AB3CC0-47AD-4A10-8972-C0FB869EE7CB}+402027b6
tag_Display_Name_ResourceWith Check
tag_Enum_Values{1|CheckOption|With Check Option}{2|ReadOnly|With Read-Only}{5|Cascade|With Cascaded Check Option}{9|Local|With Local Check Option}
tag_Has_Enum_Valuestrue
tag_Is_Physicaltrue

Valid values

ValueClass NameDisplay Name
1CheckOptionWith Check Option
2ReadOnlyWith Read-Only
5CascadeWith Cascaded Check Option
9LocalWith Local Check Option