Condividi tramite


Proprietà UpdateAction

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

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property UpdateAction As ForeignKeyAction
    Get
'Utilizzo
Dim instance As IForeignKeyConstraint
Dim value As ForeignKeyAction

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

Valore proprietà

Tipo: 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.