Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |