Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Defines the properties for the FTP task.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.FtpTask
Ensamblado: Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)
Sintaxis
'Declaración
Public Interface IDTSFTPTask
'Uso
Dim instance As IDTSFTPTask
public interface IDTSFTPTask
public interface class IDTSFTPTask
type IDTSFTPTask = interface end
public interface IDTSFTPTask
El tipo IDTSFTPTask expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Connection | Infraestructura. Gets or sets the connection name of the FTP connection manager used by the task. |
![]() |
IsLocalPathVariable | Infraestructura. Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager. |
![]() |
IsRemotePathVariable | Infraestructura. Gets or sets a value that indicates whether the remote path is stored in a variable. |
![]() |
IsTransferTypeASCII | Infraestructura. Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode. |
![]() |
LocalPath | Infraestructura. Gets or sets the local path to use. |
![]() |
Operation | Infraestructura. Gets or sets the FTP operation to perform. |
![]() |
OperationName | Infraestructura. Gets or sets a unique name of the operation for the FTP task. |
![]() |
OverwriteDestination | Infraestructura. Gets or sets a value that indicates whether a file at the destination can be overwritten. |
![]() |
RemotePath | Infraestructura. Gets or sets the remote path to use. |
![]() |
StopOnOperationFailure | Infraestructura. Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails. |
Arriba
.gif)