Membros 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.
O tipo WebServiceTaskUtil expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
WebServiceTaskUtil | Initializes a new instance of the WebServiceTaskUtil class, initializing the HTTP connection and Web Services Description Language (WSDL) file to download. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CleanUp | Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetServices | Returns an array that contains all the services available in the Web Services Description Language (WSDL). | |
GetType | (Herdado de 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 | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Consulte também