AlterAnyDatabaseEventNotification-Eigenschaft
Ruft den Boolean-Eigenschaftswert ab, der angibt, ob die ALTER ANY DATABASE EVENT NOTIFICATION-Berechtigung in den Berechtigungssatz eingeschlossen werden soll, oder legt ihn fest. Durch diese Berechtigung kann der Empfänger die Eigenschaften einer beliebigen Ereignisbenachrichtigung in der Datenbank mit Ausnahme des Besitzes ändern.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property AlterAnyDatabaseEventNotification As Boolean
Get
Set
'Usage
Dim instance As DatabasePermissionSet
Dim value As Boolean
value = instance.AlterAnyDatabaseEventNotification
instance.AlterAnyDatabaseEventNotification = value
public bool AlterAnyDatabaseEventNotification { get; set; }
public:
property bool AlterAnyDatabaseEventNotification {
bool get ();
void set (bool value);
}
member AlterAnyDatabaseEventNotification : bool with get, set
function get AlterAnyDatabaseEventNotification () : boolean
function set AlterAnyDatabaseEventNotification (value : boolean)
Eigenschaftswert
Typ: System. . :: . .Boolean
Ein Boolean-Wert, der angibt, ob der Berechtigungssatz die ALTER ANY DATABASE EVENT NOTIFICATION-Berechtigung einschließt.
True gibt an, dass die Berechtigung in den Berechtigungssatz aufgenommen wird.
False (Standard) gibt an, dass die Berechtigung vom Berechtigungssatz ausgeschlossen wird.
Siehe auch