共用方式為


NotificationMethod 屬性

Gets or sets the notification method used to notify the fail-safe operator.

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property NotificationMethod As NotifyMethods
    Get
    Set
'用途
Dim instance As AlertSystem
Dim value As NotifyMethods

value = instance.NotificationMethod

instance.NotificationMethod = value
[SfcPropertyAttribute]
public NotifyMethods NotificationMethod { get; set; }
[SfcPropertyAttribute]
public:
property NotifyMethods NotificationMethod {
    NotifyMethods get ();
    void set (NotifyMethods value);
}
[<SfcPropertyAttribute>]
member NotificationMethod : NotifyMethods with get, set
function get NotificationMethod () : NotifyMethods
function set NotificationMethod (value : NotifyMethods)

屬性值

型別:Microsoft.SqlServer.Management.Smo.Agent. . :: . .NotifyMethods
A NotifyMethods object value that specifies the notification method used to notify the fail-safe operator.