Partilhar via


Propriedade do RDL IServerSecurityFacet.ReplaceAlertTokensEnabled

Gets or sets whether the replace alert tokens are enabled.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayNameKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledName")> _
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")> _
Property ReplaceAlertTokensEnabled As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IServerSecurityFacet Interface

Namespace Microsoft.SqlServer.Management.Smo