Partager via


Propriété IServerSecurityFacet.ReplaceAlertTokensEnabled

Gets or sets whether the replace alert tokens are enabled.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayNameKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledName")> _
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")> _
Property ReplaceAlertTokensEnabled As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IServerSecurityFacet 
Dim value As Boolean 

value = instance.ReplaceAlertTokensEnabled

instance.ReplaceAlertTokensEnabled = value
[DisplayNameKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledName")]
[DisplayDescriptionKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")]
bool ReplaceAlertTokensEnabled { get; set; }
[DisplayNameKeyAttribute(L"IServerSecurityFacet_ReplaceAlertTokensEnabledName")]
[DisplayDescriptionKeyAttribute(L"IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")]
property bool ReplaceAlertTokensEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledName")>]
[<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")>]
abstract ReplaceAlertTokensEnabled : bool with get, set
function get ReplaceAlertTokensEnabled () : boolean 
function set ReplaceAlertTokensEnabled (value : boolean)

Valeur de propriété

Type : System.Boolean
True if the replace alert tokens are enabled; otherwise, false.

Voir aussi

Référence

IServerSecurityFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo