Shows the action that will be taken on delete or update.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration DeleteUpdateAction
用法
Dim instance As DeleteUpdateAction
public enum DeleteUpdateAction
public enum class DeleteUpdateAction
type DeleteUpdateAction
public enum DeleteUpdateAction
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |