다음을 통해 공유


SchedulerCollection.GetElementAt 메서드

Gets a particular Scheduler from the collection on Index.

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

구문

‘선언
Public Function GetElementAt ( _
    position As Integer _
) As Scheduler
‘사용 방법
Dim instance As SchedulerCollection 
Dim position As Integer 
Dim returnValue As Scheduler 

returnValue = instance.GetElementAt(position)
public Scheduler GetElementAt(
    int position
)
public:
Scheduler^ GetElementAt(
    int position
)
member GetElementAt : 
        position:int -> Scheduler
public function GetElementAt(
    position : int
) : Scheduler

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.Smo.Scheduler
The scheduler object.

참고 항목

참조

SchedulerCollection 클래스

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