다음을 통해 공유


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.