FTPClientConnection100Class.DeleteFiles(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the list of files on the FTP server.
public:
virtual void DeleteFiles(cli::array <System::String ^> ^ remoteFiles) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::DeleteFiles;
[System.Runtime.InteropServices.DispId(16)]
public virtual void DeleteFiles (string[] remoteFiles);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member DeleteFiles : string[] -> unit
override this.DeleteFiles : string[] -> unit
Public Overridable Sub DeleteFiles (remoteFiles As String())
Parameters
- remoteFiles
- String[]
The list of files to delete on the FTP server.
Implements
- Attributes