Share via


ConnectionManagerFtpClass Klasse

Definition

Stellt eine FTP-Klasse des Verbindungs-Managers dar.

public ref class ConnectionManagerFtpClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerFtp, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("77C54CF7-5EC5-410D-8CC6-5D66B9D49C02")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("A39B653A-5D92-44A7-8E22-45F19C4B0088")]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("377320F5-0E73-4C9D-BE47-C80596F067AD")]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("77C54CF7-5EC5-410D-8CC6-5D66B9D49C02")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("A39B653A-5D92-44A7-8E22-45F19C4B0088")>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("377320F5-0E73-4C9D-BE47-C80596F067AD")>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
Public Class ConnectionManagerFtpClass
Implements ConnectionManagerFtp, IDTSConnectionManagerFtp100
Vererbung
ConnectionManagerFtpClass
Attribute
Implementiert

Hinweise

Weitere Informationen finden Sie unter ConnectionManager.

Konstruktoren

ConnectionManagerFtpClass()

Initialisiert eine neue Instanz der ConnectionManagerFtpClass-Klasse.

Eigenschaften

ChunkSize

Ruft die Mindestanzahl abzurufender oder zu sendender Bytes ab oder legt sie fest.

ConnectionString

Ruft die zum Herstellen einer Verbindung mit einer Datenquelle verwendete Verbindungszeichenfolge ab oder legt sie fest.

ProtectionLevel

Ruft die Verschlüsselungsebene ab, die auf sensible, im Paket enthaltene Daten angewendet wird, oder legt sie fest.

Retries

Ruft ab oder legt fest, wie häufig der Task die Ausführung eines Vorgangs versuchen kann.

Scope

Ruft den Bereich der Verbindung ab oder legt ihn fest.

ServerName

Ruft den Namen des FTP-Servers ab oder legt ihn fest.

ServerPassword

Legt das Kennwort für den im Servernamen angegebenen Server fest.

ServerPort

Ruft die Portnummer auf dem Server ab oder legt sie fest.

ServerUserName

Ruft den Anmeldealias des Benutzers ab oder legt ihn fest.

SupportsDTCTransactions

Ruft einen Wert ab, der angibt, ob die Verbindung DTC-Transaktionen unterstützt.

Timeout

Ruft einen Wert ab, der angibt, wie lange versucht wird, die Verbindung herzustellen, bevor ein Timeout eintritt, oder legt ihn fest.

UsePassiveMode

Ruft einen Wert ab, der angibt, ob der Task Dateien im passiven Modus sendet und empfängt, oder legt ihn fest.

Methoden

AcquireConnection(Object)

Erstellt eine Instanz des Verbindungstyps.

ReleaseConnection(Object)

Gibt die Verbindung frei.

SetQualifier(String)

Legt einen Qualifizierer für den Verbindungs-Manager fest.

Validate(IDTSInfoEvents100)

Überprüft eine Konfiguration.

Gilt für: