Partager via


WebServiceTask Class

Runs a Web method and stores the result in a specified location. This class cannot be inherited.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntaxe

'Déclaration
Public NotInheritable Class WebServiceTask
    Inherits Task
    Implements IDTSComponentPersist, IDTSWebServiceTask, IDTSBreakpointSite, IDTSSuspend
public sealed class WebServiceTask : Task, IDTSComponentPersist, IDTSWebServiceTask, IDTSBreakpointSite, 
    IDTSSuspend
public ref class WebServiceTask sealed : public Task, IDTSComponentPersist, IDTSWebServiceTask, IDTSBreakpointSite, 
    IDTSSuspend
public final class WebServiceTask extends Task implements IDTSComponentPersist, IDTSWebServiceTask, 
    IDTSBreakpointSite, IDTSSuspend
public final class WebServiceTask extends Task implements IDTSComponentPersist, IDTSWebServiceTask, 
    IDTSBreakpointSite, IDTSSuspend

Notes

Using the WebServiceTask class, the task designer can execute a Web method and store the results in a package variable or a file.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Task
      Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

WebServiceTask Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace