Compartilhar via


Classe Alert

The Alert class represents a Microsoft SQL Server Agent alert.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.SqlSmoObject
      Microsoft.SqlServer.Management.Smo.NamedSmoObject
        Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase
          Microsoft.SqlServer.Management.Smo.Agent.Alert

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

Sintaxe

'Declaração
Public NotInheritable Class Alert _
    Inherits AgentObjectBase _
    Implements ICreatable, IDroppable, IAlterable, IRenamable,  _
    IScriptable
'Uso
Dim instance As Alert
public sealed class Alert : AgentObjectBase, 
    ICreatable, IDroppable, IAlterable, IRenamable, IScriptable
public ref class Alert sealed : public AgentObjectBase, 
    ICreatable, IDroppable, IAlterable, IRenamable, IScriptable
[<SealedAttribute>]
type Alert =  
    class 
        inherit AgentObjectBase 
        interface ICreatable 
        interface IDroppable 
        interface IAlterable 
        interface IRenamable 
        interface IScriptable 
    end
public final class Alert extends AgentObjectBase implements ICreatable, IDroppable, IAlterable, IRenamable, IScriptable

O tipo Alert expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Alert() Initializes a new instance of the Alert class.
Método público Alert(JobServer, String) Initializes a new instance of the Alert class on the specified instance of SQL Server Agent and with the specified name

Início

Propriedades

  Nome Descrição
Propriedade pública AlertType Gets the AlertType object value that specifies the type of alert.
Propriedade pública CategoryName Gets or sets the name of the category to which the alert belongs.
Propriedade pública CountResetDate Gets or sets the date on which to reset the alert occurrence count back to zero.
Propriedade pública DatabaseName Gets or sets the name of the database that the alert is monitoring.
Propriedade pública DelayBetweenResponses Gets or sets the delay between responses in seconds.
Propriedade pública EventDescriptionKeyword Gets or sets a word or phrase that must appear in the text of an event message that causes the alert to be raised.
Propriedade pública EventSource Gets the event source text from the application event log.
Propriedade pública HasNotification Gets the number of SQL Server Agent operators that are assigned to receive notification when the alert is fired.
Propriedade pública ID Gets the ID value that uniquely identifies SQL Server Agent.
Propriedade pública IncludeEventDescription Gets or sets the NotifyMethods object value that specifies the types of notification methods (e-mail, pager, or net send) that can contain alert error text.
Propriedade pública IsEnabled Gets or sets the Boolean property value that specifies whether the alert is enabled or not.
Propriedade pública JobID Gets or sets the ID value of the SQL Server Agent job that is run in response to the alert being raised.
Propriedade pública JobName Gets or sets the name of the SQL Server Agent job that is run in response to the alert being raised.
Propriedade pública LastOccurrenceDate Gets or sets the date on which the alert was last raised.
Propriedade pública LastResponseDate Gets or sets the date on which the alert last generated a response.
Propriedade pública MessageID Gets or sets the ID value of the Microsoft SQL Server message that causes the alert to be raised.
Propriedade pública Name Gets or sets the name of the object. (Herdado de NamedSmoObject.)
Propriedade pública NotificationMessage Gets or sets the user-supplied text appended to any notification sent in response to an alert being raised.
Propriedade pública OccurrenceCount Gets the number of times the alert has fired since the alert was enabled or since a specified date.
Propriedade pública Parent Gets or sets the JobServer object that is the parent of the Alert object.
Propriedade pública PerformanceCondition Gets or sets the performance condition text.
Propriedade pública Properties Gets a collection of Property objects that represent the object properties. (Herdado de SqlSmoObject.)
Propriedade pública Severity Gets or sets the error message severity level that causes the alert to be raised.
Propriedade pública State Gets the state of the referenced object. (Herdado de SmoObjectBase.)
Propriedade pública Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Herdado de SqlSmoObject.)
Propriedade pública UserData Gets or sets user-defined data associated with the referenced object. (Herdado de SmoObjectBase.)
Propriedade pública WmiEventNamespace Gets or sets the Windows Management Instrumentation (WMI) namespace for the event.
Propriedade pública WmiEventQuery Gets or sets the Windows Management Instrumentation (WMI) query for the event.

Início

Métodos

  Nome Descrição
Método público AddNotification Designates an operator that receives a notification message when the alert is raised.
Método público Alter Updates any Alert object property changes on instance of Microsoft SQL Server .
Método público Create Creates an alert on the instance of Microsoft SQL Server as defined by the Alert object.
Método público Discover Discovers a list of type Object. (Herdado de SqlSmoObject.)
Método público Drop Removes the alert.
Método público EnumNotifications() Enumerates a list of all notifications defined on the alert.
Método público EnumNotifications(String) Enumerates a list of notification methods defined on the alert that are restricted to the specified operator.
Método público EnumNotifications(NotifyMethods) Enumerates a list of notification methods defined on the alert that are restricted to the specified notification methods.
Método público EnumNotifications(NotifyMethods, String) Enumerates a list of notification methods defined on the alert that are restricted to the specified notification methods and a specified operator.
Método público Equals (Herdado de Object.)
Método protegido FormatSqlVariant Formats an object as SqlVariant type. (Herdado de SqlSmoObject.)
Método protegido GetContextDB Gets the context database that is associated with this object. (Herdado de SqlSmoObject.)
Método protegido GetDBName Gets the database name that is associated with the object. (Herdado de AgentObjectBase.)
Método público GetHashCode (Herdado de Object.)
Método protegido GetPropValue Gets a property value of the SqlSmoObject object. (Herdado de SqlSmoObject.)
Método protegido GetPropValueOptional Gets a property value of the SqlSmoObject object. (Herdado de SqlSmoObject.)
Método protegido GetPropValueOptionalAllowNull Gets a property value of the SqlSmoObject object. (Herdado de SqlSmoObject.)
Método protegido GetServerObject Gets the server of the SqlSmoObject object. (Herdado de SqlSmoObject.)
Método público GetType (Herdado de Object.)
Método público Initialize() Initializes the object and forces the properties be loaded. (Herdado de SqlSmoObject.)
Método público Initialize(Boolean) Initializes the object and forces the properties be loaded. (Herdado de SqlSmoObject.)
Método protegido IsObjectInitialized Verifies whether the object has been initialized. (Herdado de SqlSmoObject.)
Método protegido IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (Herdado de SqlSmoObject.)
Método público Refresh Refreshes the object and retrieves properties when the object is next accessed. (Herdado de SqlSmoObject.)
Método público RemoveNotification Removes the notification of an operator from the alert definition.
Método público Rename Renames the alert.
Método público ResetOccurrenceCount Resets the alert occurrence count back to zero.
Método público Script() Generates a Transact-SQL script that can be used to re-create the Microsoft SQL Server Agent alert.
Método público Script(ScriptingOptions) Generates a Transact-SQL script that can be used to re-create the Microsoft SQL Server Agent alert as specified by the scripting options.
Método protegido SetParentImpl Sets the parent of the SqlSmoObject to the newParent parameter. (Herdado de SqlSmoObject.)
Método público ToString Returns a String that represents the referenced object. (Herdado de SqlSmoObject.)
Método público UpdateNotification Changes the notification method associated with an operator for the alert.
Método público Validate Validates the state of an object. (Herdado de SmoObjectBase.)

Início

Eventos

  Nome Descrição
Evento público PropertyChanged Represents the event that occurs when a property is changed. (Herdado de SqlSmoObject.)
Evento público PropertyMetadataChanged Represents the event that occurs when property metadata changes. (Herdado de SqlSmoObject.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IAlienObject.Discover Discovers any dependencies. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetDomainRoot Returns the root of the domain. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetParent Gets the parent of this object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetPropertyType Gets the type of the specified property. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetPropertyValue Gets the value of the specified property. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetUrn Gets the Unified Resource Name (URN) of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.Resolve Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.SetObjectState Sets the object state to the specified SfcObjectState value. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.SetPropertyValue Sets the property value. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado ISfcPropertyProvider.GetPropertySet Gets the interface reference to the set of properties of this object. (Herdado de SqlSmoObject.)

Início

Comentários

To get or set Alert object properties, users must be a member of the sysadmin fixed server role.

To create or drop an Alert users must be a member of the sysadmin fixed server role.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

Agendando tarefas administrativas automáticas no SQL Server Agent

Tarefas de administração automatizadas (SQL Server Agent)

sp_add_alert (Transact-SQL)