IServerSecurityFacet.ReplaceAlertTokensEnabled Property
Gets or sets whether the replace alert tokens are enabled.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")> _
<DisplayNameKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledName")> _
Property ReplaceAlertTokensEnabled As Boolean
Get
Set
'Kullanım
Dim instance As IServerSecurityFacet
Dim value As Boolean
value = instance.ReplaceAlertTokensEnabled
instance.ReplaceAlertTokensEnabled = value
[DisplayDescriptionKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")]
[DisplayNameKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledName")]
bool ReplaceAlertTokensEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")]
[DisplayNameKeyAttribute(L"IServerSecurityFacet_ReplaceAlertTokensEnabledName")]
property bool ReplaceAlertTokensEnabled {
bool get ();
void set (bool value);
}
[<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")>]
[<DisplayNameKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledName")>]
abstract ReplaceAlertTokensEnabled : bool with get, set
function get ReplaceAlertTokensEnabled () : boolean
function set ReplaceAlertTokensEnabled (value : boolean)
Property Value
Type: System.Boolean
True if the replace alert tokens are enabled; otherwise, false.