Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a particular Scheduler from the collection on Index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function GetElementAt ( _
position As Integer _
) As Scheduler
'Usage
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
Parameters
- position
Type: System.Int32
The position value.
Return Value
Type: Microsoft.SqlServer.Management.Smo.Scheduler
The scheduler object.