ForeignKeyAction Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
voir la syntaxe fk : | [ FOREIGN KEY ] RÉFÉRENCES [ schema_name . ] referenced_table_name [ ( ref_column ) ] [ ON DELETE { NO ACTION | CASCADE | SET NULL | SET DEFAULT } ] [ ON UPDATE { NO ACTION | CASCADE | SET NULL | SET DEFAULT } ]
public enum ForeignKeyAction
type ForeignKeyAction =
Public Enum ForeignKeyAction
- Héritage
-
ForeignKeyAction
Champs
| Nom | Valeur | Description |
|---|---|---|
| NoAction | 0 | |
| Cascade | 1 | |
| SetNull | 2 | |
| SetDefault | 3 |