You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**\<Columns inherited from sys.objects>**||For a list of columns that this view inherits, see [sys.objects (Transact-SQL)](../../relational-databases/system-catalog-views/sys-objects-transact-sql.md).|
35
-
|**is_disabled**|**bit**|CHECK constraint is disabled.|
36
-
|**is_not_for_replication**|**bit**|CHECK constraint was created with the NOT FOR REPLICATION option.|
37
-
|**is_not_trusted**|**bit**|CHECK constraint has not been verified by the system for all rows.|
38
-
|**parent_column_id**|**int**|0 indicates a table-level CHECK constraint.<br /><br /> Non-zero value indicates that this is a column-level CHECK constraint defined on the column with the specified ID value.|
39
-
|**definition**|**nvarchar(max)**|SQL expression that defines this CHECK constraint.|
40
-
|**uses_database_collation**|**bit**|1 = The constraint definition depends on the default collation of the database for correct evaluation; otherwise, 0. Such a dependency prevents changing the database default collation.|
41
-
|**is_system_named**|**bit**|1 = Name was generated by system.<br /><br /> 0 = Name was supplied by the user.|
42
-
43
-
## Permissions
44
-
[!INCLUDE[ssCatViewPerm](../../includes/sscatviewperm-md.md)] For more information, see [Metadata Visibility Configuration](../../relational-databases/security/metadata-visibility-configuration.md).
|**\<Columns inherited from sys.objects>**||For a list of columns that this view inherits, see [sys.objects (Transact-SQL)](../../relational-databases/system-catalog-views/sys-objects-transact-sql.md).|
35
+
|**is_disabled**|**bit**|CHECK constraint is disabled.|
36
+
|**is_not_for_replication**|**bit**|CHECK constraint was created with the NOT FOR REPLICATION option.|
37
+
|**is_not_trusted**|**bit**|CHECK constraint has not been verified by the system for all rows.|
38
+
|**parent_column_id**|**int**|0 indicates a table-level CHECK constraint.<br /><br /> Non-zero value indicates that this is a column-level CHECK constraint defined on the column with the specified ID value.|
39
+
|**definition**|**nvarchar(max)**|SQL expression that defines this CHECK constraint.|
40
+
|**uses_database_collation**|**bit**|1 = The constraint definition depends on the default collation of the database for correct evaluation; otherwise, 0. Such a dependency prevents changing the database default collation.|
41
+
|**is_system_named**|**bit**|1 = Name was generated by system.<br /><br /> 0 = Name was supplied by the user.|
42
+
43
+
## Permissions
44
+
[!INCLUDE[ssCatViewPerm](../../includes/sscatviewperm-md.md)] For more information, see [Metadata Visibility Configuration](../../relational-databases/security/metadata-visibility-configuration.md).
0 commit comments