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