Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 3da6180

Browse files
authored
sys.check_constraints, header
1 parent b66f9e7 commit 3da6180

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "sys.check_constraints (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/15/2017"
4+
ms.date: "06/28/2017"
55
ms.prod: "sql-non-specified"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -25,26 +25,26 @@ ms.author: "rickbyh"
2525
manager: "jhubbard"
2626
---
2727
# sys.check_constraints (Transact-SQL)
28-
[!INCLUDE[tsql-appliesto-ss2008-all_md](../../includes/tsql-appliesto-ss2008-all-md.md)]
28+
[!INCLUDE[tsql-appliesto-ss2008-asdb-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-asdb-xxxx-xxx-md.md)]
2929

30-
Contains a row for each object that is a CHECK constraint, with **sys.objects.type** = 'C'.
31-
32-
|Column name|Data type|Description|
33-
|-----------------|---------------|-----------------|
34-
|**\<Columns inherited from sys.objects>**||For a list of columns that this view inherits, see [sys.objects &#40;Transact-SQL&#41;](../../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).
45-
46-
## See Also
47-
[Object Catalog Views &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/object-catalog-views-transact-sql.md)
48-
[Catalog Views &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/catalog-views-transact-sql.md)
49-
50-
30+
Contains a row for each object that is a CHECK constraint, with **sys.objects.type** = 'C'.
31+
32+
|Column name|Data type|Description|
33+
|-----------------|---------------|-----------------|
34+
|**\<Columns inherited from sys.objects>**||For a list of columns that this view inherits, see [sys.objects &#40;Transact-SQL&#41;](../../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).
45+
46+
## See Also
47+
[Object Catalog Views &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/object-catalog-views-transact-sql.md)
48+
[Catalog Views &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/catalog-views-transact-sql.md)
49+
50+

0 commit comments

Comments
 (0)