ObjectEvent.Drop Property
Gets an object event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Drop As ObjectEvent
Get
'Usage
Dim value As ObjectEvent
value = ObjectEvent.Drop
public static ObjectEvent Drop { get; }
public:
static property ObjectEvent^ Drop {
ObjectEvent^ get ();
}
static member Drop : ObjectEvent
static function get Drop () : ObjectEvent
Property Value
Type: Microsoft.SqlServer.Management.Smo.ObjectEvent
An ObjectEvent object that represents the Drop event that can be included in the object event set.
See Also