Compartilhar via


Classe AlertSystem

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

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

Sintaxe

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

Comentários

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.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.