Partager via


Interface IDTSFTPTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Defines the properties for the FTP task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly :  Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)

Syntaxe

'Déclaration
Public Interface IDTSFTPTask
'Utilisation
Dim instance As IDTSFTPTask
public interface IDTSFTPTask
public interface class IDTSFTPTask
type IDTSFTPTask =  interface end
public interface IDTSFTPTask

Le type IDTSFTPTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Connection Infrastructure. Gets or sets the connection name of the FTP connection manager used by the task.
Propriété publique IsLocalPathVariable Infrastructure. Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager.
Propriété publique IsRemotePathVariable Infrastructure. Gets or sets a value that indicates whether the remote path is stored in a variable.
Propriété publique 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.
Propriété publique LocalPath Infrastructure. Gets or sets the local path to use.
Propriété publique Operation Infrastructure. Gets or sets the FTP operation to perform.
Propriété publique OperationName Infrastructure. Gets or sets a unique name of the operation for the FTP task.
Propriété publique OverwriteDestination Infrastructure. Gets or sets a value that indicates whether a file at the destination can be overwritten.
Propriété publique RemotePath Infrastructure. Gets or sets the remote path to use.
Propriété publique StopOnOperationFailure Infrastructure. Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.FtpTask