Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
'Usage
Dim connection As Object
Dim downloadedWSDL As String
Dim instance As New WebServiceTaskUtil(connection, _
downloadedWSDL)
public WebServiceTaskUtil(
Object connection,
string downloadedWSDL
)
public:
WebServiceTaskUtil(
Object^ connection,
String^ downloadedWSDL
)
new :
connection:Object *
downloadedWSDL:string -> WebServiceTaskUtil
public function WebServiceTaskUtil(
connection : Object,
downloadedWSDL : String
)
Parameter
- connection
Typ: System.Object
The HTTP connection.
- downloadedWSDL
Typ: System.String
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.