EdgeConstraintDeleteAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates possible referential actions when an EdgeConstraint object is modified. see ec syntax: | [ EdgeConstraint ] CONNECTION ([ schema_name . ] referenced_table_from_name TO [ schema_name . ] referenced_table_to_name] [ ON DELETE { NO ACTION | CASCADE } ]
public enum EdgeConstraintDeleteAction
type EdgeConstraintDeleteAction =
Public Enum EdgeConstraintDeleteAction
- Inheritance
-
EdgeConstraintDeleteAction
Fields
Cascade | 1 | |
NoAction | 0 |