SqlSmoObject.PostDrop Method ()

 

Applies To: SQL Server 2016 Preview

The method that is activated after the SqlSmoObject is dropped.

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

Syntax

protected virtual void PostDrop()
protected:
virtual void PostDrop()
abstract PostDrop : unit -> unit
override PostDrop : unit -> unit
Protected Overridable Sub PostDrop

See Also

SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top