EnumAlerts 메서드
Enumerates a list of Agent alerts that cause automated execution of the referenced job.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Function EnumAlerts As DataTable
‘사용 방법
Dim instance As Job
Dim returnValue As DataTable
returnValue = instance.EnumAlerts()
public DataTable EnumAlerts()
public:
DataTable^ EnumAlerts()
member EnumAlerts : unit -> DataTable
public function EnumAlerts() : DataTable
반환 값
형식: System.Data. . :: . .DataTable
A DataTable object value that contains a table of information about the alerts that cause automated execution of the job.