DeleteUpdateAction Enumeration
Shows the action that will be taken on delete or update.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| Cascade | The action is Cascade. | |
| NoAction | The action is NoAction. | |
| NotSpecified | No action will be taken. | |
| SetDefault | The action is SetDefault. | |
| SetNull | The action is SetNull. |
Show: