Partager via


WebServiceTaskUtil Constructor

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

Espace de noms: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntaxe

'Déclaration
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
)

Paramètres

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

Notes

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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