Compartir a través de


JobServer.AlertSystem Propiedad

The AlertSystem object stores information that applies to all the alerts 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(SfcObjectRelationship.Object, SfcObjectCardinality.One)> _
Public ReadOnly Property AlertSystem As AlertSystem 
    Get
'Uso
Dim instance As JobServer 
Dim value As AlertSystem 

value = instance.AlertSystem
[SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.One)]
public AlertSystem AlertSystem { get; }
[SfcObjectAttribute(SfcObjectRelationship::Object, SfcObjectCardinality::One)]
public:
property AlertSystem^ AlertSystem {
    AlertSystem^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.One)>]
member AlertSystem : AlertSystem
function get AlertSystem () : AlertSystem

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Agent.AlertSystem
An AlertSystem object value that stores information about all 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)