Proprietà OperatorCategoryCollection.Item (Int32)

Gets an OperatorCategory object in the collection by index number.

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

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As OperatorCategory 
    Get
'Utilizzo
Dim instance As OperatorCategoryCollection 
Dim index As Integer 
Dim value As OperatorCategory 

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

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory
An OperatorCategory object value that represents the operator category.

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

OperatorCategoryCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent