DatabaseDdlTriggerEvent.DropEventNotification Propiedad
Gets a database DDL trigger event that can be included in the event set.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property DropEventNotification As DatabaseDdlTriggerEvent
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEvent
A DatabaseEvent object that represents the DropEventNotification event that can be included in the database DDL Trigger event set.