CleanUp 方法
Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method.
命名空間: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件: Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)
語法
'宣告
Public Sub CleanUp
'用途
Dim instance As WebServiceTaskUtil
instance.CleanUp()
public void CleanUp()
public:
void CleanUp()
member CleanUp : unit -> unit
public function CleanUp()
備註
This method also deletes the proxy DLL that was created.