Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
Connection | Infrastructure. Gets or sets the connection name of the FTP connection manager used by the task. |
![]() |
IsLocalPathVariable | Infrastructure. Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager. |
![]() |
IsRemotePathVariable | Infrastructure. Gets or sets a value that indicates whether the remote path is stored in a variable. |
![]() |
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. |
![]() |
LocalPath | Infrastructure. Gets or sets the local path to use. |
![]() |
Operation | Infrastructure. Gets or sets the FTP operation to perform. |
![]() |
OperationName | Infrastructure. Gets or sets a unique name of the operation for the FTP task. |
![]() |
OverwriteDestination | Infrastructure. Gets or sets a value that indicates whether a file at the destination can be overwritten. |
![]() |
RemotePath | Infrastructure. Gets or sets the remote path to use. |
![]() |
StopOnOperationFailure | Infrastructure. Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails. |
Haut de la page
.gif)