Edit

Share via


sys.edge_constraint_clauses (Transact-SQL)

Applies to: SQL Server 2019 (15.x)

Contains one row per clause of an edge constraint.

Column name Data type Description
object_id int object_id of the edge constraint.
from_object_id int object_id of the FROM node table.
to_object_id int object_id of the TO node table.
clause_number int Internally generated integer index of the clause.

Permissions

The visibility of the metadata in catalog views is limited to securables that a user either owns, or on which the user was granted some permission. For more information, see Metadata Visibility Configuration.

See Also

Object Catalog Views (Transact-SQL)
Catalog Views (Transact-SQL)
Querying the SQL Server System Catalog FAQ