Compartilhar via


Classe ConnectionManagerFtpClass

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a connection manager FTP class.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ConnectionManagerFtpClass _
    Implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100
'Uso
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

O tipo ConnectionManagerFtpClass expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ConnectionManagerFtpClass Infraestrutura. Initializes a new instance of the ConnectionManagerFtpClass class.

Início

Propriedades

  Nome Descrição
Propriedade pública ChunkSize Infraestrutura. Gets or sets the minimum number of bytes to retrieve or send.
Propriedade pública ConnectionString Infraestrutura. Gets or sets the connection string used to establish a connection to a data source.
Propriedade pública ProtectionLevel Infraestrutura. Gets or sets the level of encryption performed on sensitive data that is contained in the package.
Propriedade pública Retries Infraestrutura. Gets or sets the number of times the task attempts an operation.
Propriedade pública Scope Infraestrutura. Gets or sets the scope of the connection.
Propriedade pública ServerName Infraestrutura. Gets or sets the name of the FTP server.
Propriedade pública ServerPassword Infraestrutura. Sets the password for the server specified in the server name.
Propriedade pública ServerPort Infraestrutura. Gets or sets the port number on the server.
Propriedade pública ServerUserName Infraestrutura. Gets or sets the logon alias of the user.
Propriedade pública SupportsDTCTransactions Infraestrutura. Gets a value that indicates whether the connection supports DTC transactions.
Propriedade pública Timeout Infraestrutura. Gets or sets a value that indicates how long to attempt the connection before timing out.
Propriedade pública UsePassiveMode Infraestrutura. Gets or sets a value that indicates whether the task sends and receives files in passive mode.

Início

Métodos

  Nome Descrição
Método público AcquireConnection Infraestrutura. Creates an instance of the connection type.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ReleaseConnection Infraestrutura. Releases the connection.
Método público SetQualifier Infraestrutura. Sets a qualifier on the connection manager.
Método público ToString (Herdado de Object.)
Método público Validate Validates a configuration.

Início

Comentários

For more information, see ConnectionManager.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper