Поделиться через


Метод JobSchedule.EnumJobReferences

Returns an enumerated list of jobs that reference the schedule.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function EnumJobReferences As Guid()
'Применение
Dim instance As JobSchedule 
Dim returnValue As Guid()

returnValue = instance.EnumJobReferences()
public Guid[] EnumJobReferences()
public:
array<Guid>^ EnumJobReferences()
member EnumJobReferences : unit -> Guid[] 
public function EnumJobReferences() : Guid[]

Возвращаемое значение

Тип: array<System.Guid[]
A Guid system object array that identifies the jobs that reference the schedule.

Примеры

Планирование автоматических административных задач в агенте SQL Server

См. также

Справочник

JobSchedule Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Agent

Другие ресурсы

Задачи автоматизированного администрирования (агент SQL Server)

sp_help_schedule (Transact-SQL)