此 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. |
上層
.gif)