IServerSecurityFacet.ReplaceAlertTokensEnabled 属性
Gets or sets whether the replace alert tokens are enabled.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<DisplayNameKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledName")> _
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ReplaceAlertTokensEnabledDesc")> _
Property ReplaceAlertTokensEnabled As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
True if the replace alert tokens are enabled; otherwise, false.