DatabaseDdlTriggerEventSet.DdlTriggerEvents Property
SQL Server 2005
Gets or sets a Boolean property value that specifies whether DDL trigger events are included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
/** @property */ public boolean get_DdlTriggerEvents () /** @property */ public void set_DdlTriggerEvents (boolean value)
public function get DdlTriggerEvents () : boolean public function set DdlTriggerEvents (value : boolean)
Property Value
A Boolean value that specifies whether the DdlTriggerEvents event is included in the event set. If True, the event is included in the event set. If False, the event is not included in the event set.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.