다음을 통해 공유


FTPClientConnection100 인터페이스

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
‘사용 방법
Dim instance As FTPClientConnection100
[GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")>]
type FTPClientConnection100 =  
    interface
        interface IDTSFtpClientConnection100
    end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100

FTPClientConnection100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 ChunkSize 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 Retries 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 ServerName 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 ServerPassword 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 ServerPort 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 ServerUserName 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 Timeout 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 UsePassiveMode 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Close 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 Connect 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 CreateRemoteDirectory 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 DeleteFiles 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 DeleteRemoteDirectory 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 GetListing 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 GetWorkingDirectory 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 ReceiveFiles 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 SendFiles 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 SetWorkingDirectory 인프라입니다. For more information, see FTPClientConnection100Class. (IDTSFtpClientConnection100에서 상속됨)

맨 위로 이동