NotificationMethod 속성
Gets or sets the notification method used to notify the fail-safe operator.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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.