ScheduleBase.SetId メソッド

スケジュールを一意に識別する ID 値を設定します。

名前空間:  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
    スケジュールを一意に識別する ID 値を示す Int32 値です。

関連項目

参照

ScheduleBase クラス

Microsoft.SqlServer.Management.Smo.Agent 名前空間