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