This documentation is archived and is not being maintained.
DatabaseDdlTriggerEventSet.DdlApplicationRoleEventsEvents Property
Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Namespace:
Microsoft.SqlServer.Management.SmoAssembly:
Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public bool DdlApplicationRoleEventsEvents { get; set; }
Property Value
Type:
System.BooleanA Boolean value that specifies whether the DdlApplicationRoleEventsEvents event is included in the event set.
If True, the event is included in the event set. Otherwise, False.
Return to top