共用方式為


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