다음을 통해 공유


Operator.EnumJobNotifications 메서드

Enumerates a list of notifications made by SQL Server Agent on completion of a job execution.

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

구문

‘선언
Public Function EnumJobNotifications As DataTable
‘사용 방법
Dim instance As [Operator]
Dim returnValue As DataTable 

returnValue = instance.EnumJobNotifications()
public DataTable EnumJobNotifications()
public:
DataTable^ EnumJobNotifications()
member EnumJobNotifications : unit -> DataTable
public function EnumJobNotifications() : DataTable

반환 값

유형: System.Data.DataTable
A DataTable object value that contains a table of information about the notifications and the associated jobs.

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

참고 항목

참조

Operator 클래스

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

관련 자료

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

sp_help_operator(Transact-SQL)