FTPClientConnection100Class.DeleteRemoteDirectory(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
刪除 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 伺服器上要刪除的資料夾。
實作
- 屬性