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


Класс ConnectionManagerFtpClass

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

Represents a connection manager FTP class.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtpClass

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

Синтаксис

'Декларация
<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ConnectionManagerFtpClass _
    Implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100
'Применение
Dim instance As ConnectionManagerFtpClass
[GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ConnectionManagerFtpClass : IDTSConnectionManager100, 
    ConnectionManagerFtp, IDTSConnectionManagerFtp100
[GuidAttribute(L"DAC5012C-E817-4B42-941C-595046107A5C")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ConnectionManagerFtpClass : IDTSConnectionManager100, 
    ConnectionManagerFtp, IDTSConnectionManagerFtp100
[<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ConnectionManagerFtpClass =  
    class 
        interface IDTSConnectionManager100 
        interface ConnectionManagerFtp 
        interface IDTSConnectionManagerFtp100 
    end
public class ConnectionManagerFtpClass implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100

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

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

  Имя Описание
Открытый метод ConnectionManagerFtpClass Инфраструктура. Initializes a new instance of the ConnectionManagerFtpClass class.

В начало

Свойства

  Имя Описание
Открытое свойство ChunkSize Инфраструктура. Gets or sets the minimum number of bytes to retrieve or send.
Открытое свойство ConnectionString Инфраструктура. Gets or sets the connection string used to establish a connection to a data source.
Открытое свойство ProtectionLevel Инфраструктура. Gets or sets the level of encryption performed on sensitive data that is contained in the package.
Открытое свойство Retries Инфраструктура. Gets or sets the number of times the task attempts an operation.
Открытое свойство Scope Инфраструктура. Gets or sets the scope of the connection.
Открытое свойство ServerName Инфраструктура. Gets or sets the name of the FTP server.
Открытое свойство ServerPassword Инфраструктура. Sets the password for the server specified in the server name.
Открытое свойство ServerPort Инфраструктура. Gets or sets the port number on the server.
Открытое свойство ServerUserName Инфраструктура. Gets or sets the logon alias of the user.
Открытое свойство SupportsDTCTransactions Инфраструктура. Gets a value that indicates whether the connection supports DTC transactions.
Открытое свойство Timeout Инфраструктура. Gets or sets a value that indicates how long to attempt the connection before timing out.
Открытое свойство UsePassiveMode Инфраструктура. Gets or sets a value that indicates whether the task sends and receives files in passive mode.

В начало

Методы

  Имя Описание
Открытый метод AcquireConnection Инфраструктура. Creates an instance of the connection type.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ReleaseConnection Инфраструктура. Releases the connection.
Открытый метод SetQualifier Инфраструктура. Sets a qualifier on the connection manager.
Открытый метод ToString (Производный от Object.)
Открытый метод Validate Validates a configuration.

В начало

Замечания

For more information, see ConnectionManager.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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