共用方式為


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