Propriété JobCollection.Item (Int32)
Gets an Job object in the collection by index number.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Job
Get
'Utilisation
Dim instance As JobCollection
Dim index As Integer
Dim value As Job
value = instance(index)
public Job this[
int index
] { get; }
public:
property Job^ default[int index] {
Job^ get (int index);
}
member Item : Job
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System.Int32
An Int32 value that specifies the position of the Job object in the JobCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Agent.Job
An Job object value that represents the job.
Notes
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.