Propriété JobCategoryCollection.Item (Int32)

Gets a JobCategory 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 JobCategory 
    Get
'Utilisation
Dim instance As JobCategoryCollection 
Dim index As Integer 
Dim value As JobCategory 

value = instance(index)
public JobCategory this[
    int index
] { get; }
public:
property JobCategory^ default[int index] {
    JobCategory^ get (int index);
}
member Item : JobCategory
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Agent.JobCategory
A JobCategory object value that represents the job category.

Exemples

Utilisation de collections

Voir aussi

Référence

JobCategoryCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Smo.Agent