Share via


Propriété ReplaceAlertTokensEnabled

Gets or sets the Boolean property value that specifies whether this property is on or off.

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

Syntaxe

'Déclaration
Public Property ReplaceAlertTokensEnabled As Boolean
    Get
    Set
'Utilisation
Dim instance As ServerSecurityAdapter
Dim value As Boolean

value = instance.ReplaceAlertTokensEnabled

instance.ReplaceAlertTokensEnabled = value
public bool ReplaceAlertTokensEnabled { get; set; }
public:
virtual property bool ReplaceAlertTokensEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract ReplaceAlertTokensEnabled : bool with get, set
override ReplaceAlertTokensEnabled : bool with get, set
final function get ReplaceAlertTokensEnabled () : boolean
final function set ReplaceAlertTokensEnabled (value : boolean)

Valeur de propriété

Type : System. . :: . .Boolean
Booolean
If True property is active.
If False property is not active

Implémente

IServerSecurityFacet. . :: . .ReplaceAlertTokensEnabled