Freigeben über


FtpTask Class

Downloads and uploads data files and manages directories on servers. This class cannot be inherited.

Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly : Microsoft.SqlServer.FtpTask (in microsoft.sqlserver.ftptask.dll)

Syntax

'Declaration
<GuidAttribute("CC8D2B06-8088-44ee-870D-0F09F5860063")> _
Public NotInheritable Class FtpTask
    Inherits Task
    Implements IDTSFTPTask, IDTSComponentPersist, IDTSBreakpointSite, IDTSSuspend
[GuidAttribute("CC8D2B06-8088-44ee-870D-0F09F5860063")] 
public sealed class FtpTask : Task, IDTSFTPTask, IDTSComponentPersist, IDTSBreakpointSite, 
    IDTSSuspend
[GuidAttribute(L"CC8D2B06-8088-44ee-870D-0F09F5860063")] 
public ref class FtpTask sealed : public Task, IDTSFTPTask, IDTSComponentPersist, IDTSBreakpointSite, 
    IDTSSuspend
/** @attribute GuidAttribute("CC8D2B06-8088-44ee-870D-0F09F5860063") */ 
public final class FtpTask extends Task implements IDTSFTPTask, IDTSComponentPersist, 
    IDTSBreakpointSite, IDTSSuspend
GuidAttribute("CC8D2B06-8088-44ee-870D-0F09F5860063") 
public final class FtpTask extends Task implements IDTSFTPTask, IDTSComponentPersist, 
    IDTSBreakpointSite, IDTSSuspend

Inheritance Hierarchy

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

FtpTask Members
Microsoft.SqlServer.Dts.Tasks.FtpTask Namespace