Freigeben über


JobServer.Alerts-Eigenschaft

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

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

Syntax

'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Alert))> _
Public ReadOnly Property Alerts As AlertCollection 
    Get
'Usage
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

Eigenschaftswert

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

Beispiele

Planen von automatischen, administrativen Tasks im SQL Server-Agent

Siehe auch

Verweis

JobServer Klasse

Microsoft.SqlServer.Management.Smo.Agent-Namespace

Andere Ressourcen

Automatisierte Administrationstasks (SQL Server-Agent)

Gespeicherte Prozeduren des SQL Server-Agents (Transact-SQL)

sp_help_alert (Transact-SQL)