WebServiceTaskUtil Constructor

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

Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Синтаксис

'Декларация
Public Sub New ( _
    connection As Object, _
    downloadedWSDL As String _
)
public WebServiceTaskUtil (
    Object connection,
    string downloadedWSDL
)
public:
WebServiceTaskUtil (
    Object^ connection, 
    String^ downloadedWSDL
)
public WebServiceTaskUtil (
    Object connection, 
    String downloadedWSDL
)
public function WebServiceTaskUtil (
    connection : Object, 
    downloadedWSDL : String
)

Параметры

  • connection
    The HTTP connection.
  • downloadedWSDL
    The fully-qualified path for WSDL file to be downloaded.

Замечания

This constructor initializes the utility with the HTTP connection and the fully-qualified path for Web Services Description Language (WSDL) file to be downloaded by HTTP connection manager.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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