IDTSWebServiceTask Interface

 

This API supports the product 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)

public interface class IDTSWebServiceTask

NameDescription
System_CAPS_pubpropertyConnection

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection to use.

System_CAPS_pubpropertyOverwriteWsdlFile

Gets or sets a value that indicates whether the WDSL file will be overwritten.

System_CAPS_pubpropertyServiceName

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the Web service.

System_CAPS_pubpropertyWebMethodInfo

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a DTS Web Method info object.

System_CAPS_pubpropertyWsdlFile

Gets or sets the name of the WSDL file.

Return to top
Show: