DropEventNotification 属性

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Shared ReadOnly Property DropEventNotification As DatabaseDdlTriggerEvent
    Get
用法
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