Partager via


Propriété Insert

Gets a value that indicates whether the DML trigger activates on an INSERT 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 Insert As Boolean
    Get
'Utilisation
Dim instance As IDmlTrigger
Dim value As Boolean

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

Valeur de propriété

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