ReplaceAlertTokensEnabled-Eigenschaft
Gets or sets the ReplaceAlertTokensEnabled property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledName")> _
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")> _
Property ReplaceAlertTokensEnabled As Boolean
Get
Set
'Usage
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)