Элементы 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.)

В начало