Condividi tramite


Proprietà AlertSystem.IsForwardedAlways

Gets or sets the Boolean property value that specifies whether all events are forwarded to the forwarding server or only those that have no event notification defined on the current instance of SQL Server.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsForwardedAlways As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As AlertSystem 
Dim value As Boolean 

value = instance.IsForwardedAlways

instance.IsForwardedAlways = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsForwardedAlways { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsForwardedAlways {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsForwardedAlways : bool with get, set
function get IsForwardedAlways () : boolean 
function set IsForwardedAlways (value : boolean)

Valore proprietà

Tipo: System.Boolean
A Boolean value that specifies whether to forward all events or only those with no event notification.If True, all events are forwarded to the forwarding server.If False (default), only the events that have no event notification defined are forwarded.

Esempi

Pianificazione delle attività amministrative automatiche in SQL Server Agent

Vedere anche

Riferimento

AlertSystem Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent

Altre risorse

Automatizzazione delle attività amministrative (SQL Server Agent)

sp_add_alert (Transact-SQL)