WebServiceTaskUtil.CleanUp Method
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 (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Sub CleanUp
'Usage
Dim instance As WebServiceTaskUtil
instance.CleanUp()
public void CleanUp()
public:
void CleanUp()
member CleanUp : unit -> unit
public function CleanUp()
Remarks
This method also deletes the proxy DLL that was created.