Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the WebServiceTaskUtil class, initializing the HTTP connection and Web Services Description Language (WSDL) file to download.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Sintaxis
'Declaración
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
)
Parámetros
- connection
The HTTP connection.
- downloadedWSDL
The fully-qualified path for WSDL file to be downloaded.
Notas
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
WebServiceTaskUtil Class
WebServiceTaskUtil Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace