Share via


ConnectionManagerFtpClass Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a connection manager FTP class.

Inheritance Hierarchy

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

The ConnectionManagerFtpClass type exposes the following members.

Constructors

  Name Description
Public method ConnectionManagerFtpClass Infrastructure. Initializes a new instance of the ConnectionManagerFtpClass class.

Top

Properties

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

Top

Methods

  Name Description
Public method AcquireConnection Infrastructure. Creates an instance of the connection type.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReleaseConnection Infrastructure. Releases the connection.
Public method SetQualifier Infrastructure. Sets a qualifier on the connection manager.
Public method ToString (Inherited from Object.)
Public method Validate Validates a configuration.

Top

Remarks

For more information, see ConnectionManager.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace