SetId 方法

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 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
)

参数