Share via


IDTSFTPTask Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines the properties for the FTP task.

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

Syntax

'Declaration
Public Interface IDTSFTPTask
'Usage
Dim instance As IDTSFTPTask
public interface IDTSFTPTask
public interface class IDTSFTPTask
type IDTSFTPTask =  interface end
public interface IDTSFTPTask

The IDTSFTPTask type exposes the following members.

Properties

  Name Description
Public property Connection Infrastructure. Gets or sets the connection name of the FTP connection manager used by the task.
Public property IsLocalPathVariable Infrastructure. Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager.
Public property IsRemotePathVariable Infrastructure. Gets or sets a value that indicates whether the remote path is stored in a variable.
Public property IsTransferTypeASCII Infrastructure. Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.
Public property LocalPath Infrastructure. Gets or sets the local path to use.
Public property Operation Infrastructure. Gets or sets the FTP operation to perform.
Public property OperationName Infrastructure. Gets or sets a unique name of the operation for the FTP task.
Public property OverwriteDestination Infrastructure. Gets or sets a value that indicates whether a file at the destination can be overwritten.
Public property RemotePath Infrastructure. Gets or sets the remote path to use.
Public property StopOnOperationFailure Infrastructure. Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.FtpTask Namespace