Partager via


Propriété DatabaseDdlTriggerEvent.DropEventNotification

Gets a database DDL trigger event that can be included in the event set.

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

Syntaxe

'Déclaration
Public Shared ReadOnly Property DropEventNotification As DatabaseDdlTriggerEvent 
    Get
'Utilisation
Dim value As DatabaseDdlTriggerEvent 

value = DatabaseDdlTriggerEvent.DropEventNotification
public static DatabaseDdlTriggerEvent DropEventNotification { get; }
public:
static property DatabaseDdlTriggerEvent^ DropEventNotification {
    DatabaseDdlTriggerEvent^ get ();
}
static member DropEventNotification : DatabaseDdlTriggerEvent
static function get DropEventNotification () : DatabaseDdlTriggerEvent

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEvent
A DatabaseEvent object that represents the DropEventNotification event that can be included in the database DDL Trigger event set.

Exemples

Gestion des événements SMO

Voir aussi

Référence

DatabaseDdlTriggerEvent Classe

Espace de noms Microsoft.SqlServer.Management.Smo