FTPClientConnection100Class.ReceiveFiles Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
virtual void ReceiveFiles(cli::array <System::String ^> ^ remoteFileNames, System::String ^ localPath, bool overWrite, bool transferASCII) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSFtpClientConnection100::ReceiveFiles;
[System.Runtime.InteropServices.DispId(17)]
public virtual void ReceiveFiles (string[] remoteFileNames, string localPath, bool overWrite, bool transferASCII);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member ReceiveFiles : string[] * string * bool * bool -> unit
override this.ReceiveFiles : string[] * string * bool * bool -> unit
Public Overridable Sub ReceiveFiles (remoteFileNames As String(), localPath As String, overWrite As Boolean, transferASCII As Boolean)
Parametri
- remoteFileNames
- String[]
- localPath
- String
- overWrite
- Boolean
- transferASCII
- Boolean
Implementazioni
- Attributi