WebServiceTaskUtil Members

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.

The following tables list the members exposed by the WebServiceTaskUtil type.

Public Constructors

  名称 Description
WebServiceTaskUtil Initializes a new instance of the WebServiceTaskUtil class, initializing the HTTP connection and Web Services Description Language (WSDL) file to download.

顶部

Public Methods

(see also Protected Methods )

  名称 Description
ms215299.pubmethod(zh-cn,SQL.90).gif CleanUp Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method.
ms215299.pubmethod(zh-cn,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms215299.pubmethod(zh-cn,SQL.90).gif GetHashCode  (inherited from Object )
ms215299.pubmethod(zh-cn,SQL.90).gif GetServices Returns an array that contains all the services available in the Web Services Description Language (WSDL).
ms215299.pubmethod(zh-cn,SQL.90).gif GetType  (inherited from Object )
ms215299.pubmethod(zh-cn,SQL.90).gif GetWebMethodInfos Gets an array that contains all the methods available in a service.
ms215299.pubmethod(zh-cn,SQL.90).gif Invoke Calls the specified Web method with the supplied parameters.
ms215299.pubmethod(zh-cn,SQL.90).gifms215299.static(zh-cn,SQL.90).gif ReferenceEquals  (inherited from Object )
ms215299.pubmethod(zh-cn,SQL.90).gif ToString  (inherited from Object )

顶部

Protected Methods

  名称 Description
ms215299.protmethod(zh-cn,SQL.90).gif Finalize  (inherited from Object )
ms215299.protmethod(zh-cn,SQL.90).gif MemberwiseClone  (inherited from Object )

顶部

请参阅

参考

WebServiceTaskUtil Class
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace