Sdílet prostřednictvím


DatabaseDdlTriggerEvent.DropEventNotification Property

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Syntax

'Declaration
Public Shared ReadOnly Property DropEventNotification As DatabaseDdlTriggerEvent
    Get
'Usage
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