Aracılığıyla paylaş


AlertSystem.FailSafeOperator Property

Gets or sets the operator to notify when no other operator is defined or available on the alert notification.

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute> _
Public Property FailSafeOperator As String
[SfcPropertyAttribute] 
public string FailSafeOperator { get; set; }
[SfcPropertyAttribute] 
public:
property String^ FailSafeOperator {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_FailSafeOperator ()

/** @property */
public void set_FailSafeOperator (String value)
public function get FailSafeOperator () : String

public function set FailSafeOperator (value : String)

Property Value

A String value that specifies the fail-safe operator.

Remarks

The specified operator receives notifications when an alert does not have an operator assigned to receive a notification during the time that the alert was raised, or when an attempt to notify an assigned operator fails.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.