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. |
页首