Método CleanUp
Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
Public Sub CleanUp
'Uso
Dim instance As WebServiceTaskUtil
instance.CleanUp()
public void CleanUp()
public:
void CleanUp()
member CleanUp : unit -> unit
public function CleanUp()
Comentários
This method also deletes the proxy DLL that was created.
Consulte também