Partager via


Propriété Delete

Gets a value that indicates whether the DML trigger activates on a DELETE statement.

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

Syntaxe

'Déclaration
ReadOnly Property Delete As Boolean
    Get
'Utilisation
Dim instance As IDmlTrigger
Dim value As Boolean

value = instance.Delete
bool Delete { get; }
property bool Delete {
    bool get ();
}
abstract Delete : bool
function get Delete () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
true if the DML trigger activates on a DELETE statement; otherwise, false.