Freigeben über


ConnectionManagerFtpClass-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a connection manager FTP class.

Vererbungshierarchie

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

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

Syntax

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

Der ConnectionManagerFtpClass-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ConnectionManagerFtpClass Infrastruktur Initializes a new instance of the ConnectionManagerFtpClass class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AcquireConnection Infrastruktur Creates an instance of the connection type.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ReleaseConnection Infrastruktur Releases the connection.
Öffentliche Methode SetQualifier Infrastruktur Sets a qualifier on the connection manager.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Validate Validates a configuration.

Zum Anfang

Hinweise

For more information, see ConnectionManager.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace