Alert.IsEnabled Property
SQL Server 2008
Gets or sets the Boolean property value that specifies whether the alert is enabled or not.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Property Value
Type: System.BooleanA Boolean value that specifies whether the alert is enabled or not.
If True, the alert is enabled and is raised when the specified event or performance condition occurs.
If False (default), the alert is disabled and does not respond to any events or performance conditions.
