Compartilhar via


Propriedade HasDeleteTrigger

Gets the Boolean property value that specifies whether the table has a delete trigger.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property HasDeleteTrigger As Boolean
    Get
'Uso
Dim instance As Table
Dim value As Boolean

value = instance.HasDeleteTrigger
[SfcPropertyAttribute]
public bool HasDeleteTrigger { get; }
[SfcPropertyAttribute]
public:
property bool HasDeleteTrigger {
    bool get ();
}
[<SfcPropertyAttribute>]
member HasDeleteTrigger : bool
function get HasDeleteTrigger () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether there are any delete triggers defined on the table.
If True, there is a delete trigger defined on the table. Otherwise, False (default).

Comentários

A delete trigger executes when a row of data is deleted.