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 | |
---|---|---|
CleanUp | Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetServices | Returns an array that contains all the services available in the Web Services Description Language (WSDL). | |
GetType | (inherited from Object ) | |
GetWebMethodInfos | Gets an array that contains all the methods available in a service. | |
Invoke | Calls the specified Web method with the supplied parameters. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
顶部
Protected Methods
名称 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
顶部
请参阅
参考
WebServiceTaskUtil Class
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace