Compartir a través de


AlertSystem.FailSafePagerAddress Propiedad

Gets or sets a pager 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 FailSafePagerAddress As String 
    Get 
    Set
'Uso
Dim instance As AlertSystem 
Dim value As String 

value = instance.FailSafePagerAddress

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

Valor de la propiedad

Tipo: System.String
A String value that specifies the fail-safe pager 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)