共用方式為


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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

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