Freigeben über


WebServiceTaskUtil Constructor

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

Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntax

'Declaration
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
)

Parameter

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

Hinweise

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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