UserDefinedMessage.IsLogged Property
SQL Server 2012
Gets or sets the Boolean property value that specifies whether the message is logged to the Microsoft Windows event log.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public bool IsLogged { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the message is logged to the Windows event log.If True, the message is logged to the Windows event log.If False (default), the message is not logged to the Windows event log.
