共用方式為


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 命名空間