다음을 통해 공유


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
)

매개 변수