Partager via


Item propriété (Int32)

Gets a JobCategory object in the collection by index number.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (dans 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 la propriété

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