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. |
맨 위로 이동