Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets a particular scheduler from the collection on ID.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function GetByID ( _
SchedulernodeId As Integer _
) As Scheduler
'Применение
Dim instance As SchedulerCollection
Dim SchedulernodeId As Integer
Dim returnValue As Scheduler
returnValue = instance.GetByID(SchedulernodeId)
public Scheduler GetByID(
int SchedulernodeId
)
public:
Scheduler^ GetByID(
int SchedulernodeId
)
member GetByID :
SchedulernodeId:int -> Scheduler
public function GetByID(
SchedulernodeId : int
) : Scheduler
Параметры
- SchedulernodeId
Тип: System.Int32
The scheduler nod id.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Smo.Scheduler
The scheduler id.