Compartir a través de


JobStepCollection.ItemById Método

Extracts a member from the JobStepCollection collection using a system-defined, unique identifier.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Function ItemById ( _
    id As Integer _
) As JobStep
'Uso
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

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Smo.Agent.JobStep
A JobStepobject value that is specified by the ID value.

Ejemplos

Usar colecciones

Vea también

Referencia

JobStepCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent