Operator.UpdateNotification(String, NotifyMethods) 메서드

정의

UpdateNotification 메서드는 발생한 경고에 대한 SQL Server 에이전트 운영자 알림을 구성합니다.

public void UpdateNotification(string alertName, Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods notifymethod);
member this.UpdateNotification : string * Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods -> unit
Public Sub UpdateNotification (alertName As String, notifymethod As NotifyMethods)

매개 변수

alertName
String
notifymethod
NotifyMethods

적용 대상