SqlTriggerAttribute Constructor ()
.NET Framework (current version)
An attribute on a method definition in an assembly, used to mark the method as a trigger in SQL Server.
Assembly: System.Data (in System.Data.dll)
The following example specifies that the trigger is activated by updating existing data (UPDATE) in the table authors.
.NET Framework
Available since 2.0
Available since 2.0
Show: