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 네임스페이스