Propriedade Item (Int32)

Gets an OperatorCategory object in the collection by index number.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As OperatorCategory
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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