Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8905.0" />

.NET API 5,152,136 bytes

 AlterTableTriggerModificationStatement

Defines the modifications to a Trigger on a table. Triggers can be enabled or disabled.
public bool All { get; set; }

True if the modification is for all triggers.

Defines the new enforcement option on the trigger.

public IList<Identifier> TriggerNames { get; }

Names of triggers to be modified.