JobScheduleCollectionBase.Item 속성

Gets a JobSchedule object in the collection that has the specified GUID.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Default Property Item ( _
    scheduleuid As Guid _
) As JobSchedule 
    Get
‘사용 방법
Dim instance As JobScheduleCollectionBase 
Dim scheduleuid As Guid 
Dim value As JobSchedule 

value = instance(scheduleuid)
public JobSchedule this[
    Guid scheduleuid
] { get; }
public:
property JobSchedule^ default[Guid scheduleuid] {
    JobSchedule^ get (Guid scheduleuid);
}
member Item : JobSchedule
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

속성 값

유형: Microsoft.SqlServer.Management.Smo.Agent.JobSchedule
A JobSchedule object.

참고 항목

참조

JobScheduleCollectionBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스