Condividi tramite


Proprietà Item

Gets a JobSchedule object in the collection that has the specified GUID.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    scheduleuid As Guid _
) As JobSchedule
    Get
'Utilizzo
Dim instance As JobScheduleCollectionBase
Dim scheduleuid As Guid
Dim value As JobSchedule

value = instance(scheduleuid)
public JobSchedule this[
    Guid scheduleuid
] { get; }
public:
property JobSchedule^ default[Guid scheduleuid] {
    JobSchedule^ get (Guid scheduleuid);
}
member Item : JobSchedule
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri