Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets a particular Scheduler from the collection on Index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function GetElementAt ( _
position As Integer _
) As Scheduler
'Uso
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
Parâmetros
- position
Tipo: System.Int32
The position value.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo.Scheduler
The scheduler object.