Поделиться через


Интерфейс IDTSFTPTask

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Defines the properties for the FTP task.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.FtpTask
Сборка:  Microsoft.SqlServer.FtpTask (в Microsoft.SqlServer.FtpTask.dll)

Синтаксис

'Декларация
Public Interface IDTSFTPTask
'Применение
Dim instance As IDTSFTPTask
public interface IDTSFTPTask
public interface class IDTSFTPTask
type IDTSFTPTask =  interface end
public interface IDTSFTPTask

Тип IDTSFTPTask обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Connection Инфраструктура. Gets or sets the connection name of the FTP connection manager used by the task.
Открытое свойство IsLocalPathVariable Инфраструктура. Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager.
Открытое свойство IsRemotePathVariable Инфраструктура. Gets or sets a value that indicates whether the remote path is stored in a variable.
Открытое свойство IsTransferTypeASCII Инфраструктура. Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.
Открытое свойство LocalPath Инфраструктура. Gets or sets the local path to use.
Открытое свойство Operation Инфраструктура. Gets or sets the FTP operation to perform.
Открытое свойство OperationName Инфраструктура. Gets or sets a unique name of the operation for the FTP task.
Открытое свойство OverwriteDestination Инфраструктура. Gets or sets a value that indicates whether a file at the destination can be overwritten.
Открытое свойство RemotePath Инфраструктура. Gets or sets the remote path to use.
Открытое свойство StopOnOperationFailure Инфраструктура. Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.FtpTask