WebServiceTaskUtil 构造函数
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(在 Microsoft.SqlServer.WebServiceTask.dll 中)
语法
声明
Public Sub New ( _
connection As Object, _
downloadedWSDL As String _
)
用法
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
)
参数
- connection
类型:System. . :: . .Object
The HTTP connection.
- downloadedWSDL
类型:System. . :: . .String
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.