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


Интерфейс ConnectionManagerFtp

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

For more information, see ConnectionManagerFtpClass.

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

Синтаксис

'Декларация
<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")> _
Public Interface ConnectionManagerFtp _
    Inherits IDTSConnectionManager100
'Применение
Dim instance As ConnectionManagerFtp
[GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface ConnectionManagerFtp : IDTSConnectionManager100
[GuidAttribute(L"E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface class ConnectionManagerFtp : IDTSConnectionManager100
[<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type ConnectionManagerFtp =  
    interface 
        interface IDTSConnectionManager100 
    end
public interface ConnectionManagerFtp extends IDTSConnectionManager100

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

Свойства

  Имя Описание
Открытое свойство ConnectionString Инфраструктура. Gets or sets the connection string used to establish a connection to a data source. (Производный от IDTSConnectionManager100.)
Открытое свойство ProtectionLevel Инфраструктура. Gets or sets the level of encryption performed on sensitive data that is contained in the package. (Производный от IDTSConnectionManager100.)
Открытое свойство Scope Инфраструктура. Gets the scope of the connection manager. (Производный от IDTSConnectionManager100.)
Открытое свойство SupportsDTCTransactions Инфраструктура. Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (Производный от IDTSConnectionManager100.)

В начало

Методы

  Имя Описание
Открытый метод AcquireConnection Инфраструктура. Creates an instance of the connection type. (Производный от IDTSConnectionManager100.)
Открытый метод ReleaseConnection Инфраструктура. Frees the connection established during AcquireConnection. Can be called at design time and runtime. (Производный от IDTSConnectionManager100.)
Открытый метод SetQualifier Инфраструктура. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. (Производный от IDTSConnectionManager100.)
Открытый метод Validate Инфраструктура. Validates the connection and returns an enumeration that indicates success or failure. (Производный от IDTSConnectionManager100.)

В начало

См. также

Справочник

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