共用方式為


UpdateAction 屬性

Gets or sets a ForeignKeyAction value that specifies the action taken when the row that is referenced by the foreign key is updated.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Property UpdateAction As ForeignKeyAction
    Get
    Set
'用途
Dim instance As IMutableForeignKeyConstraint
Dim value As ForeignKeyAction

value = instance.UpdateAction

instance.UpdateAction = value
ForeignKeyAction UpdateAction { get; set; }
property ForeignKeyAction UpdateAction {
    ForeignKeyAction get ();
    void set (ForeignKeyAction value);
}
abstract UpdateAction : ForeignKeyAction with get, set
function get UpdateAction () : ForeignKeyAction
function set UpdateAction (value : ForeignKeyAction)

屬性值

型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ForeignKeyAction
A ForeignKeyAction value that specifies the action taken when a row that is referenced by the foreign key is deleted.

實作

IForeignKeyConstraint. . :: . .UpdateAction