Método SqlSmoObject.DropImplWorker
Calls the drop methods.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Protected Sub DropImplWorker ( _
ByRef urn As Urn _
)
'Uso
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
)
Parâmetros
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn%
A pointer to a Urn object.