Propriété CreateDdlEventNotification
Gets a permission that can be included in the server permission set.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property CreateDdlEventNotification As ServerPermission
Get
'Utilisation
Dim value As ServerPermission
value = ServerPermission.CreateDdlEventNotification
public static ServerPermission CreateDdlEventNotification { get; }
public:
static property ServerPermission^ CreateDdlEventNotification {
ServerPermission^ get ();
}
static member CreateDdlEventNotification : ServerPermission
static function get CreateDdlEventNotification () : ServerPermission
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the CreateDdlEventNotification permission that can be included in the server permission set.
Voir aussi