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


Интерфейс FTPClientConnection100

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

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

Синтаксис

'Декларация
<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
'Применение
Dim instance As FTPClientConnection100
[GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")>]
type FTPClientConnection100 =  
    interface
        interface IDTSFtpClientConnection100
    end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100

Тип FTPClientConnection100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ChunkSize Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытое свойство Retries Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытое свойство ServerName Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытое свойство ServerPassword Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытое свойство ServerPort Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытое свойство ServerUserName Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытое свойство Timeout Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытое свойство UsePassiveMode Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)

В начало

Методы

  Имя Описание
Открытый метод Close Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытый метод Connect Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытый метод CreateRemoteDirectory Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытый метод DeleteFiles Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытый метод DeleteRemoteDirectory Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытый метод GetListing Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытый метод GetWorkingDirectory Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытый метод ReceiveFiles Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытый метод SendFiles Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)
Открытый метод SetWorkingDirectory Инфраструктура. For more information, see FTPClientConnection100Class. (Производный от IDTSFtpClientConnection100.)

В начало