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


Метод ScheduleBase.SetId

Sets the ID value that uniquely identifies the schedule.

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

Синтаксис

'Декларация
Protected Sub SetId ( _
    id As Integer _
)
'Применение
Dim id As Integer 

Me.SetId(id)
protected void SetId(
    int id
)
protected:
void SetId(
    int id
)
member SetId : 
        id:int -> unit
protected function SetId(
    id : int
)

Параметры

  • id
    Тип: System.Int32
    An Int32 value that specifies the ID value that uniquely identifies the schedule.

См. также

Справочник

ScheduleBase Класс

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