Compartir a través de


JobServer.Alerts Propiedad

Represents a collection of Alert objects. Each Alert object represents an alert defined on SQL Server Agent.

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

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Alert))> _
Public ReadOnly Property Alerts As AlertCollection 
    Get
'Uso
Dim instance As JobServer 
Dim value As AlertCollection 

value = instance.Alerts
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Alert))]
public AlertCollection Alerts { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Alert))]
public:
property AlertCollection^ Alerts {
    AlertCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Alert))>]
member Alerts : AlertCollection
function get Alerts () : AlertCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Agent.AlertCollection
An AlertCollection that represents the alerts defined on SQL Server Agent.

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

JobServer Clase

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

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)

Procedimientos almacenados del Agente SQL Server (Transact-SQL)

sp_help_alert (Transact-SQL)