Compartir a través de


AlertCollection Clase

The AlertCollection class represents a collection of Alert objects that represent all the alerts defined on the parent object.

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

Sintaxis

'Declaración
Public NotInheritable Class AlertCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As AlertCollection
public sealed class AlertCollection : SimpleObjectCollectionBase
public ref class AlertCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type AlertCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class AlertCollection extends SimpleObjectCollectionBase

Notas

An AlertCollection object can be used to gain access to a set of alerts. You can use the Item property to return a specific Alert object.

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Ejemplos

Usar colecciones

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.