Поделиться через


AlertSystem Class

The AlertSystem class contains system information pertaining to all alerts defined on the instance of Microsoft SQL Server.

Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public NotInheritable Class AlertSystem
    Inherits AgentObjectBase
    Implements IAlterable, IScriptable
public sealed class AlertSystem : AgentObjectBase, IAlterable, IScriptable
public ref class AlertSystem sealed : public AgentObjectBase, IAlterable, IScriptable
public final class AlertSystem extends AgentObjectBase implements IAlterable, IScriptable
public final class AlertSystem extends AgentObjectBase implements IAlterable, IScriptable

Замечания

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Inheritance Hierarchy

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.AlertSystem

Пример

How to: Create an Alert in Visual Basic .NET

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

AlertSystem Members
Microsoft.SqlServer.Management.Smo.Agent Namespace

Другие ресурсы

Scheduling Automatic Administrative Tasks in SQL Server Agent
Автоматизация задач администрирования (агент SQL Server)
sp_add_alert (Transact-SQL)