Compartir a través de


AlertCollection.Item Propiedad (Int32)

Gets an Alert object in the collection by index number.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Alert 
    Get
'Uso
Dim instance As AlertCollection 
Dim index As Integer 
Dim value As Alert 

value = instance(index)
public Alert this[
    int index
] { get; }
public:
property Alert^ default[int index] {
    Alert^ get (int index);
}
member Item : Alert
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Agent.Alert
Returns Alert.

Vea también

Referencia

AlertCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent