IncludeEventDescription Propiedad

Gets or sets the NotifyMethods object value that specifies the types of notification methods (e-mail, pager, or net send) that can contain alert error text.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property IncludeEventDescription As NotifyMethods
    Get
    Set
'Uso
Dim instance As Alert
Dim value As NotifyMethods

value = instance.IncludeEventDescription

instance.IncludeEventDescription = value
[SfcPropertyAttribute]
public NotifyMethods IncludeEventDescription { get; set; }
[SfcPropertyAttribute]
public:
property NotifyMethods IncludeEventDescription {
    NotifyMethods get ();
    void set (NotifyMethods value);
}
[<SfcPropertyAttribute>]
member IncludeEventDescription : NotifyMethods with get, set
function get IncludeEventDescription () : NotifyMethods
function set IncludeEventDescription (value : NotifyMethods)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .NotifyMethods
A NotifyMethods object value that specifies the notification methods used by the alert.

Notas

SQL Server Agent builds a notification message to send in response to a raised alert. For each notification method (e-mail, pager, or net send), SQL Server Agent can build a different message. To include alert error text in a SQL Server Agent-built message, set the IncludeEventDescription property of the referring Alert object.