FTPClientConnection100 인터페이스

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

For more information, see IDTSFtpClientConnection100.

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

구문

‘선언
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
‘사용 방법
Dim instance As FTPClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type FTPClientConnection100 =  
    interface 
        interface IDTSFtpClientConnection100 
    end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100

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

속성

  이름 설명
공용 속성 ChunkSize 인프라입니다. Gets or sets the size of the chunk. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 Retries 인프라입니다. Gets or sets the number of times that the FTP client retried connecting. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 ServerName 인프라입니다. Gets or sets the name of the server. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 ServerPassword 인프라입니다. Sets the server password. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 ServerPort 인프라입니다. Gets or sets the server port used in the connection. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 ServerUserName 인프라입니다. Gets or sets the user name for the server. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 Timeout 인프라입니다. Gets or sets the time out for the connection. (IDTSFtpClientConnection100에서 상속됨)
공용 속성 UsePassiveMode 인프라입니다. Gets or sets whether the client connection uses passive mode. (IDTSFtpClientConnection100에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Close 인프라입니다. Closes the client connection. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 Connect 인프라입니다. Establishes a connection for the client. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 CreateRemoteDirectory 인프라입니다. Creates a remote directory for the connection. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 DeleteFiles 인프라입니다. Deletes files for the client connection. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 DeleteRemoteDirectory 인프라입니다. Deletes the remote directory for the client connection. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 GetListing 인프라입니다. Gets the listing for the client connection. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 GetWorkingDirectory 인프라입니다. Gets the working directory for the client connection. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 ReceiveFiles 인프라입니다. Receives files from a remote location.. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 SendFiles 인프라입니다. Send files to a remote location. (IDTSFtpClientConnection100에서 상속됨)
공용 메서드 SetWorkingDirectory 인프라입니다. Sets the working directory for the client connection. (IDTSFtpClientConnection100에서 상속됨)

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스