IDTSWebServiceTask Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a DTS Web Service task.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Interface IDTSWebServiceTask
'Usage
Dim instance As IDTSWebServiceTask
public interface IDTSWebServiceTask
public interface class IDTSWebServiceTask
type IDTSWebServiceTask = interface end
public interface IDTSWebServiceTask
The IDTSWebServiceTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
Connection | Infrastructure. Gets or sets the name of the connection to use. | |
OverwriteWsdlFile | Gets or sets a value that indicates whether the WDSL file will be overwritten. | |
ServiceName | Infrastructure. Gets or sets the name of the Web service. | |
WebMethodInfo | Infrastructure. Gets or sets a DTS Web Method info object. | |
WsdlFile | Gets or sets the name of the WSDL file. |
Top