Compartir a través de


Clase ConnectionManagerFtpClass

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a connection manager FTP class.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<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

El tipo ConnectionManagerFtpClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ConnectionManagerFtpClass Infraestructura. Initializes a new instance of the ConnectionManagerFtpClass class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público AcquireConnection Infraestructura. Creates an instance of the connection type.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ReleaseConnection Infraestructura. Releases the connection.
Método público SetQualifier Infraestructura. Sets a qualifier on the connection manager.
Método público ToString (Se hereda de Object.)
Método público Validate Validates a configuration.

Arriba

Comentarios

For more information, see ConnectionManager.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper