FTPClientConnection100Class クラス

定義

public ref class FTPClientConnection100Class : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("12C3DEB3-CE00-4F91-A0C9-DE47CC542AB1")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("12C3DEB3-CE00-4F91-A0C9-DE47CC542AB1")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type FTPClientConnection100Class = class
    interface IDTSFtpClientConnection100
    interface FTPClientConnection100
Public Class FTPClientConnection100Class
Implements FTPClientConnection100
継承
FTPClientConnection100Class
属性
実装

コンストラクター

FTPClientConnection100Class()

プロパティ

ChunkSize
Retries
ServerName
ServerPassword
ServerPort
ServerUserName
Timeout
UsePassiveMode

メソッド

Close()
Connect()
CreateRemoteDirectory(String)
DeleteFiles(String[])
DeleteRemoteDirectory(String)
GetListing(String[], String[])
GetWorkingDirectory()
ReceiveFiles(String[], String, Boolean, Boolean)
SendFiles(String[], String, Boolean, Boolean)
SetWorkingDirectory(String)

適用対象