다음을 통해 공유


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 네임스페이스