ForeignKeyAction Enumeration

Actions taken when a key to which existing foreign key points is updated or deleted

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Enumeration ForeignKeyAction
'Usage
Dim instance As ForeignKeyAction
public enum ForeignKeyAction
public enum class ForeignKeyAction
type ForeignKeyAction
public enum ForeignKeyAction

Members

Member name Description
Cascade Cascade
NoAction NoAction
SetDefault SetDefault
SetNull SetNull

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace