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