次の方法で共有


ReplaceAlertTokensEnabled プロパティ

SQL Server エージェントのインスタンスで警告トークンが置き換えられるかどうかを示す Boolean 値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ReplaceAlertTokensEnabled As Boolean
    Get
    Set
'使用
Dim instance As JobServer
Dim value As Boolean

value = instance.ReplaceAlertTokensEnabled

instance.ReplaceAlertTokensEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool ReplaceAlertTokensEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool ReplaceAlertTokensEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ReplaceAlertTokensEnabled : bool with get, set
function get ReplaceAlertTokensEnabled () : boolean
function set ReplaceAlertTokensEnabled (value : boolean)

プロパティ値

型: System. . :: . .Boolean
SQL Server エージェントのインスタンスで警告トークンが置き換えられるかどうかを示す Boolean 値です。
True の場合、警告トークンが置き換えられます。False (既定値) の場合、警告トークンは置き換えられません。