FTPClientConnection100Class.DeleteRemoteDirectory(String) 方法

定義

刪除 FTP 伺服器上的指定資料夾。

public:
 virtual void DeleteRemoteDirectory(System::String ^ remoteDirectoryPath) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::DeleteRemoteDirectory;
[System.Runtime.InteropServices.DispId(13)]
public virtual void DeleteRemoteDirectory (string remoteDirectoryPath);
[<System.Runtime.InteropServices.DispId(13)>]
abstract member DeleteRemoteDirectory : string -> unit
override this.DeleteRemoteDirectory : string -> unit
Public Overridable Sub DeleteRemoteDirectory (remoteDirectoryPath As String)

參數

remoteDirectoryPath
String

FTP 伺服器上要刪除的資料夾。

實作

屬性

適用於