Compartir a través de


AlertSystem.FailSafeNetSendAddress Propiedad

Gets or sets a net send address to notify when no operator is defined or available on alert notification.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FailSafeNetSendAddress As String 
    Get 
    Set
'Uso
Dim instance As AlertSystem 
Dim value As String 

value = instance.FailSafeNetSendAddress

instance.FailSafeNetSendAddress = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string FailSafeNetSendAddress { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ FailSafeNetSendAddress {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FailSafeNetSendAddress : string with get, set
function get FailSafeNetSendAddress () : String 
function set FailSafeNetSendAddress (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the fail-safe net send address.

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

AlertSystem Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)

sp_add_alert (Transact-SQL)