ConnectionManagerFtpClass Класс

Определение

Представляет FTP-класс диспетчера соединений.

public ref class ConnectionManagerFtpClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerFtp, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("77C54CF7-5EC5-410D-8CC6-5D66B9D49C02")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("A39B653A-5D92-44A7-8E22-45F19C4B0088")]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("377320F5-0E73-4C9D-BE47-C80596F067AD")]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("77C54CF7-5EC5-410D-8CC6-5D66B9D49C02")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("A39B653A-5D92-44A7-8E22-45F19C4B0088")>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("377320F5-0E73-4C9D-BE47-C80596F067AD")>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
Public Class ConnectionManagerFtpClass
Implements ConnectionManagerFtp, IDTSConnectionManagerFtp100
Наследование
ConnectionManagerFtpClass
Атрибуты
Реализации

Комментарии

Дополнительные сведения см. в разделе ConnectionManager.

Конструкторы

ConnectionManagerFtpClass()

Инициализирует новый экземпляр класса ConnectionManagerFtpClass.

Свойства

ChunkSize

Возвращает или задает минимальное число байтов для получения или отправки.

ConnectionString

Возвращает или задает строку подключения, используемую для установления соединения с источником данных.

ProtectionLevel

Возвращает или задает уровень шифрования конфиденциальных данных, содержащихся в пакете.

Retries

Возвращает или задает число попыток выполнения операции, осуществляемых задачей.

Scope

Возвращает или задает область соединения.

ServerName

Возвращает или задает имя FTP-сервера.

ServerPassword

Задает пароль для сервера, указанного в имени сервера.

ServerPort

Возвращает или задает номер порта на сервере.

ServerUserName

Возвращает или задает псевдоним входа пользователя.

SupportsDTCTransactions

Возвращает значение, указывающее, поддерживает ли соединение DTC-транзакции.

Timeout

Возвращает или задает время, в течение которого повторяются попытки установить соединение.

UsePassiveMode

Возвращает или задает значение, указывающее, может ли задача отправлять и получать файлы в пассивном режиме.

Методы

AcquireConnection(Object)

Создает экземпляр типа соединения.

ReleaseConnection(Object)

Освобождает соединение.

SetQualifier(String)

Задает квалификатор диспетчера соединений.

Validate(IDTSInfoEvents100)

Проверяет конфигурацию.

Применяется к