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 命名空间