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


Метод IDTSFtpClientConnection100.DeleteRemoteDirectory

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

Deletes the remote directory for the client connection.

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

Синтаксис

'Декларация
Sub DeleteRemoteDirectory ( _
    remoteDirectoryPath As String _
)
'Применение
Dim instance As IDTSFtpClientConnection100 
Dim remoteDirectoryPath As String

instance.DeleteRemoteDirectory(remoteDirectoryPath)
void DeleteRemoteDirectory(
    string remoteDirectoryPath
)
void DeleteRemoteDirectory(
    [InAttribute] String^ remoteDirectoryPath
)
abstract DeleteRemoteDirectory : 
        remoteDirectoryPath:string -> unit
function DeleteRemoteDirectory(
    remoteDirectoryPath : String
)

Параметры

  • remoteDirectoryPath
    Тип: System.String
    The remote directory path.

См. также

Справочник

IDTSFtpClientConnection100 Интерфейс

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