Compartir a través de


Alert.AlertType Property

Gets the AlertType object value that specifies the type of alert.

Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property AlertType As AlertType
public AlertType AlertType { get; }
public:
property AlertType AlertType {
    AlertType get ();
}
/** @property */
public AlertType get_AlertType ()
public function get AlertType () : AlertType

Valor de propiedad

An AlertType object value that specifies the type of alert.

Notas

This property specifies whether the alert is based on a performance condition, and Microsoft SQL Server event or an event that does not come from SQL Server , such as a user-defined message.

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

How to: Create an Alert in Visual Basic .NET

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Alert Class
Alert Members
Microsoft.SqlServer.Management.Smo.Agent Namespace

Otros recursos

Scheduling Automatic Administrative Tasks in SQL Server Agent
Automatizar las tareas administrativas (Agente SQL Server)
sp_add_alert (Transact-SQL)