SqlSmoObject.DropImplWorker Method (Urn)

 

Calls the drop methods.

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

Syntax

protected void DropImplWorker(
    ref Urn urn
)
protected:
void DropImplWorker(
    Urn^% urn
)
member DropImplWorker : 
        urn:Urn byref -> unit
Protected Sub DropImplWorker (
    ByRef urn As Urn
)

Parameters

See Also

SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top