Condividi tramite


Classe ConnectionManagerFtpClass

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a connection manager FTP class.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Nel tipo ConnectionManagerFtpClass sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ConnectionManagerFtpClass Infrastruttura. Initializes a new instance of the ConnectionManagerFtpClass class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico AcquireConnection Infrastruttura. Creates an instance of the connection type.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ReleaseConnection Infrastruttura. Releases the connection.
Metodo pubblico SetQualifier Infrastruttura. Sets a qualifier on the connection manager.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Validate Validates a configuration.

In alto

Osservazioni

For more information, see ConnectionManager.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper