다음을 통해 공유


FTPClientConnection100 인터페이스

정의

public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("1B8DDF87-DA19-4F28-A3F6-88DD2D4BCBE7")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("1B8DDF87-DA19-4F28-A3F6-88DD2D4BCBE7")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
파생
특성
구현

속성

ChunkSize (다음에서 상속됨 IDTSFtpClientConnection100)
Retries (다음에서 상속됨 IDTSFtpClientConnection100)
ServerName (다음에서 상속됨 IDTSFtpClientConnection100)
ServerPassword (다음에서 상속됨 IDTSFtpClientConnection100)
ServerPort (다음에서 상속됨 IDTSFtpClientConnection100)
ServerUserName (다음에서 상속됨 IDTSFtpClientConnection100)
Timeout (다음에서 상속됨 IDTSFtpClientConnection100)
UsePassiveMode (다음에서 상속됨 IDTSFtpClientConnection100)

메서드

Close() (다음에서 상속됨 IDTSFtpClientConnection100)
Connect() (다음에서 상속됨 IDTSFtpClientConnection100)
CreateRemoteDirectory(String) (다음에서 상속됨 IDTSFtpClientConnection100)
DeleteFiles(String[]) (다음에서 상속됨 IDTSFtpClientConnection100)
DeleteRemoteDirectory(String) (다음에서 상속됨 IDTSFtpClientConnection100)
GetListing(String[], String[]) (다음에서 상속됨 IDTSFtpClientConnection100)
GetWorkingDirectory() (다음에서 상속됨 IDTSFtpClientConnection100)
ReceiveFiles(String[], String, Boolean, Boolean) (다음에서 상속됨 IDTSFtpClientConnection100)
SendFiles(String[], String, Boolean, Boolean) (다음에서 상속됨 IDTSFtpClientConnection100)
SetWorkingDirectory(String) (다음에서 상속됨 IDTSFtpClientConnection100)

적용 대상