หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Shows the action that will be taken on delete or update.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration DeleteUpdateAction
'Usage
Dim instance As DeleteUpdateAction
public enum DeleteUpdateAction
public enum class DeleteUpdateAction
type DeleteUpdateAction
public enum DeleteUpdateAction
Members
| 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. |