Metoda JobStepCollection.ItemById
Wyodrębnia element członkowski z JobStepCollection przy użyciu kolekcja identyfikator unikatowy, zdefiniowanych przez system.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function ItemById ( _
id As Integer _
) As JobStep
'Użycie
Dim instance As JobStepCollection
Dim id As Integer
Dim returnValue As JobStep
returnValue = instance.ItemById(id)
public JobStep ItemById(
int id
)
public:
JobStep^ ItemById(
int id
)
member ItemById :
id:int -> JobStep
public function ItemById(
id : int
) : JobStep
Parametry
- id
Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje JobStep obiektu jest element członkowski z JobStepCollection kolekcja.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.Agent.JobStep
A JobStepobject value that is specified by the ID value.
Zobacz także