Поделиться через


Метод FTPClientConnection100Class.ReceiveFiles

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Receives the files from the FTP server.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Overridable Sub ReceiveFiles ( _
    remoteFileNames As String(), _
    localPath As String, _
    overWrite As Boolean, _
    transferASCII As Boolean _
)
'Применение
Dim instance As FTPClientConnection100Class 
Dim remoteFileNames As String()
Dim localPath As String 
Dim overWrite As Boolean 
Dim transferASCII As Boolean

instance.ReceiveFiles(remoteFileNames, _
    localPath, overWrite, transferASCII)
public virtual void ReceiveFiles(
    string[] remoteFileNames,
    string localPath,
    bool overWrite,
    bool transferASCII
)
public:
virtual void ReceiveFiles(
    [InAttribute] array<String^>^ remoteFileNames, 
    [InAttribute] String^ localPath, 
    [InAttribute] bool overWrite, 
    [InAttribute] bool transferASCII
)
abstract ReceiveFiles : 
        remoteFileNames:string[] * 
        localPath:string * 
        overWrite:bool * 
        transferASCII:bool -> unit  
override ReceiveFiles : 
        remoteFileNames:string[] * 
        localPath:string * 
        overWrite:bool * 
        transferASCII:bool -> unit
public function ReceiveFiles(
    remoteFileNames : String[], 
    localPath : String, 
    overWrite : boolean, 
    transferASCII : boolean
)

Параметры

  • remoteFileNames
    Тип: array<System.String[]
    A list of files to receive from the FTP server.
  • localPath
    Тип: System.String
    The local folder into which the received files are saved.
  • overWrite
    Тип: System.Boolean
    true to overwrite destination files if it exist; otherwise, false.
  • transferASCII
    Тип: System.Boolean
    true to transfer files from FTP server in ASCII mode; false, to transfer files from FTP server in binary mode.

Реализует

IDTSFtpClientConnection100.ReceiveFiles(array<String[], String, Boolean, Boolean)

См. также

Справочник

FTPClientConnection100Class Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper