Aracılığıyla paylaş


JobScheduleCollection.ItemById Yöntemi

Ayıklayan bir üye dan JobScheduleCollection koleksiyonunu kullanarak bir sistem tanımlı, benzersiz tanımlayıcısı.

Ad Alanı:  Microsoft.SqlServer.Management.Smo.Agent
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
Public Function ItemById ( _
    id As Integer _
) As JobSchedule
'Kullanım
Dim instance As JobScheduleCollection
Dim id As Integer
Dim returnValue As JobSchedule

returnValue = instance.ItemById(id)
public JobSchedule ItemById(
    int id
)
public:
JobSchedule^ ItemById(
    int id
)
member ItemById : 
        id:int -> JobSchedule 
public function ItemById(
    id : int
) : JobSchedule

Parametreler

Dönüş Değeri

Tür: Microsoft.SqlServer.Management.Smo.Agent.JobSchedule
A JobSchedule nesnesi olan belirtilen kimlik değeri.