Partager via


Propriété DeleteAction

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property DeleteAction As ForeignKeyAction
    Get
'Utilisation
Dim instance As IForeignKeyConstraint
Dim value As ForeignKeyAction

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

Valeur de propriété

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