SqlSmoObject.DropImplWorker Method
Calls the drop methods.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub DropImplWorker ( _
ByRef urn As Urn _
)
'Usage
Dim urn As Urn
Me.DropImplWorker(urn)
protected void DropImplWorker(
ref Urn urn
)
protected:
void DropImplWorker(
Urn^% urn
)
member DropImplWorker :
urn:Urn byref -> unit
protected function DropImplWorker(
urn : Urn
)
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn%
A pointer to a Urn object.