다음을 통해 공유


Alert.IncludeEventDescription 속성

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.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IncludeEventDescription As NotifyMethods 
    Get 
    Set
‘사용 방법
Dim instance As Alert 
Dim value As NotifyMethods 

value = instance.IncludeEventDescription

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

속성 값

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

주의

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.

SQL Server 에이전트에서 자동 관리 태스크 예약

참고 항목

참조

Alert 클래스

Microsoft.SqlServer.Management.Smo.Agent 네임스페이스

관련 자료

관리 태스크 자동화(SQL Server 에이전트)

sp_add_alert(Transact-SQL)