Partager via


ItemById méthode

Gets the Job object that is specified by the Guid ID value.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function ItemById ( _
    id As Guid _
) As Job
'Utilisation
Dim instance As JobCollection
Dim id As Guid
Dim returnValue As Job

returnValue = instance.ItemById(id)
public Job ItemById(
    Guid id
)
public:
Job^ ItemById(
    Guid id
)
member ItemById : 
        id:Guid -> Job 
public function ItemById(
    id : Guid
) : Job

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .Job
A Jobobject value that is specified by the Guid ID value.