Proprietà CreateDatabaseDdlEventNotification
Ottiene o imposta il valore della proprietà Boolean che specifica se includere l'autorizzazione CREATE DATABASE DDL EVENT NOTIFICATION nel set di autorizzazioni. Questa autorizzazione consente all'utente a cui viene concessa di creare una notifica di evento DDL del database.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Property CreateDatabaseDdlEventNotification As Boolean
Get
Set
'Utilizzo
Dim instance As DatabasePermissionSet
Dim value As Boolean
value = instance.CreateDatabaseDdlEventNotification
instance.CreateDatabaseDdlEventNotification = value
public bool CreateDatabaseDdlEventNotification { get; set; }
public:
property bool CreateDatabaseDdlEventNotification {
bool get ();
void set (bool value);
}
member CreateDatabaseDdlEventNotification : bool with get, set
function get CreateDatabaseDdlEventNotification () : boolean
function set CreateDatabaseDdlEventNotification (value : boolean)
Valore proprietà
Tipo: System. . :: . .Boolean
Valore Boolean che specifica se includere l'autorizzazione CREATE DATABASE DDL EVENT NOTIFICATION nel set di autorizzazioni.
Se True, l'autorizzazione viene inclusa nel set di autorizzazioni.
Se False (impostazione predefinita), l'autorizzazione viene esclusa dal set di autorizzazioni.
Vedere anche