Interface IDTSWebServiceTask
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a DTS Web Service task.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
Public Interface IDTSWebServiceTask
'Uso
Dim instance As IDTSWebServiceTask
public interface IDTSWebServiceTask
public interface class IDTSWebServiceTask
type IDTSWebServiceTask = interface end
public interface IDTSWebServiceTask
O tipo IDTSWebServiceTask expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Connection | Infraestrutura. 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 | Infraestrutura. Gets or sets the name of the Web service. | |
WebMethodInfo | Infraestrutura. Gets or sets a DTS Web Method info object. | |
WsdlFile | Gets or sets the name of the WSDL file. |
Início