共用方式為


WebServiceTaskUtil 成員

Accesses and invokes the Web services. This class is used by both the Microsoft.SqlServer.Dts.Tasks.WebServiceTask and its user interface as a reusable library of functions.

WebServiceTaskUtil 型別公開下列成員。

建構函式

  名稱 描述
公用方法 WebServiceTaskUtil Initializes a new instance of the WebServiceTaskUtil class, initializing the HTTP connection and Web Services Description Language (WSDL) file to download.

頂端

方法

  名稱 描述
公用方法 CleanUp Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetServices Returns an array that contains all the services available in the Web Services Description Language (WSDL).
公用方法 GetType (繼承自 Object。)
公用方法 GetWebMethodInfos Gets an array that contains all the methods available in a service.
公用方法 Invoke Calls the specified Web method with the supplied parameters.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端