Expand Minimize
This topic has not yet been rated - Rate this topic

ForeignKeyAction Enumeration

The ForeignKeyAction enumeration is a list of constant values that specify the action that is taken when the primary key reference by a foreign key is updated.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum ForeignKeyAction
Member nameDescription
NoActionNo action is taken.
CascadeThe modification is also made to the foreign key.
SetNullThe foreign key is set to null.
SetDefaultThe foreign key is set to the default value.

The ForeignKeyAction enumeration class is served by the UpdateAction property and the DeleteAction property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.