Compartilhar via


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
Propriedade pública Connection Infraestrutura. Gets or sets the name of the connection to use.
Propriedade pública OverwriteWsdlFile Gets or sets a value that indicates whether the WDSL file will be overwritten.
Propriedade pública ServiceName Infraestrutura. Gets or sets the name of the Web service.
Propriedade pública WebMethodInfo Infraestrutura. Gets or sets a DTS Web Method info object.
Propriedade pública WsdlFile Gets or sets the name of the WSDL file.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.WebServiceTask