Partilhar via


Interface IDTSFTPTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines the properties for the FTP task.

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

Sintaxe

'Declaração
Public Interface IDTSFTPTask
'Uso
Dim instance As IDTSFTPTask
public interface IDTSFTPTask
public interface class IDTSFTPTask
type IDTSFTPTask =  interface end
public interface IDTSFTPTask

O tipo IDTSFTPTask expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Connection Infraestrutura. Gets or sets the connection name of the FTP connection manager used by the task.
Propriedade pública IsLocalPathVariable Infraestrutura. Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager.
Propriedade pública IsRemotePathVariable Infraestrutura. Gets or sets a value that indicates whether the remote path is stored in a variable.
Propriedade pública IsTransferTypeASCII Infraestrutura. Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.
Propriedade pública LocalPath Infraestrutura. Gets or sets the local path to use.
Propriedade pública Operation Infraestrutura. Gets or sets the FTP operation to perform.
Propriedade pública OperationName Infraestrutura. Gets or sets a unique name of the operation for the FTP task.
Propriedade pública OverwriteDestination Infraestrutura. Gets or sets a value that indicates whether a file at the destination can be overwritten.
Propriedade pública RemotePath Infraestrutura. Gets or sets the remote path to use.
Propriedade pública StopOnOperationFailure Infraestrutura. Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.FtpTask