Freigeben über


IDTSWebServiceTask-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSWebServiceTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Connection Infrastruktur Gets or sets the name of the connection to use.
Öffentliche Eigenschaft OverwriteWsdlFile Gets or sets a value that indicates whether the WDSL file will be overwritten.
Öffentliche Eigenschaft ServiceName Infrastruktur Gets or sets the name of the Web service.
Öffentliche Eigenschaft WebMethodInfo Infrastruktur Gets or sets a DTS Web Method info object.
Öffentliche Eigenschaft WsdlFile Gets or sets the name of the WSDL file.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace