다음을 통해 공유


FTPClientConnection100Class 클래스

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

Provides properties and methods for an FTP client task.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class

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

구문

‘선언
<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class FTPClientConnection100Class _
    Implements IDTSFtpClientConnection100, FTPClientConnection100
‘사용 방법
Dim instance As FTPClientConnection100Class
[GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class FTPClientConnection100Class : IDTSFtpClientConnection100, 
    FTPClientConnection100
[GuidAttribute(L"33E956B6-E94D-442F-A649-F9841B0D1473")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class FTPClientConnection100Class : IDTSFtpClientConnection100, 
    FTPClientConnection100
[<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type FTPClientConnection100Class =  
    class 
        interface IDTSFtpClientConnection100 
        interface FTPClientConnection100 
    end
public class FTPClientConnection100Class implements IDTSFtpClientConnection100, FTPClientConnection100

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

생성자

  이름 설명
공용 메서드 FTPClientConnection100Class 인프라입니다. Initializes a new instance of the FTPClientConnection100Class class.

맨 위로 이동

속성

  이름 설명
공용 속성 ChunkSize 인프라입니다. Gets or sets the amount of data in bytes for the data transfer.
공용 속성 Retries 인프라입니다. Gets or sets the number of times the task attempts an operation.
공용 속성 ServerName 인프라입니다. Gets or sets the name of the FTP server.
공용 속성 ServerPassword 인프라입니다. Gets or sets the password for authentication.
공용 속성 ServerPort 인프라입니다. Gets or sets the FTP server port.
공용 속성 ServerUserName 인프라입니다. Gets or sets the logon alias of the user.
공용 속성 Timeout 인프라입니다. Gets or sets a value that indicates how long to attempt the connection before timing out.
공용 속성 UsePassiveMode 인프라입니다. Gets or sets a value that indicates whether the task sends and receives files in passive mode.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Close Closes connection to the FTP server.
공용 메서드 Connect 인프라입니다. Attempts to establish a connection to FTP server.
공용 메서드 CreateRemoteDirectory 인프라입니다. Creates the specified folder on the FTP server.
공용 메서드 DeleteFiles 인프라입니다. Deletes the list of files on the FTP server.
공용 메서드 DeleteRemoteDirectory 인프라입니다. Deletes the specified folder on the FTP server.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetListing 인프라입니다. Gets a listing of files on the current working directory.
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 GetWorkingDirectory 인프라입니다. Gets the current working directory.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ReceiveFiles 인프라입니다. Receives the files from the FTP server.
공용 메서드 SendFiles 인프라입니다. Sends the files from the local computer to the FTP server.
공용 메서드 SetWorkingDirectory 인프라입니다. Sets the current working directory to the specified path.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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