Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the Boolean property value that specifies whether this property is on or off.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property ReplaceAlertTokensEnabled As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
BoooleanIf True property is active.If False property is not active
Implements
IServerSecurityFacet.ReplaceAlertTokensEnabled