Condividi tramite


Classe AlertSystem

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

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class AlertSystem _
    Inherits AgentObjectBase _
    Implements IAlterable, IScriptable
'Utilizzo
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

Osservazioni

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.