ObjectEvent.Drop Property

 

Applies To: SQL Server 2016 Preview

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

public static ObjectEvent Drop { get; }
public:
property ObjectEvent^ Drop {
    static ObjectEvent^ get();
}
static member Drop : ObjectEvent with get
Public Shared ReadOnly Property Drop As 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.

Examples

Legacy Code Example

Handling SMO Events

See Also

ObjectEvent Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top