ExtendedStoredProcedure.Drop Method ()

 

Applies To: SQL Server 2016 Preview

Drops the extended stored procedure that is represented by the ExtendedStoredProcedure object.

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

Syntax

public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit
override Drop : unit -> unit
Public Sub Drop

Implements

IDroppable.Drop()

Examples

Legacy Code Example

Working with Database Objects

See Also

ExtendedStoredProcedure Class
Microsoft.SqlServer.Management.Smo Namespace

Unable to find linked topic '062acf35-57cf-4181-83bf-363e3ba7e2a0'.

Return to top