ConnectionManagerFtpClass Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a connection manager FTP class.
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
- Inheritance
-
ConnectionManagerFtpClass
- Attributes
- Implements
Remarks
For more information, see ConnectionManager.
Constructors
ConnectionManagerFtpClass() |
Initializes a new instance of the ConnectionManagerFtpClass class. |
Properties
ChunkSize |
Gets or sets the minimum number of bytes to retrieve or send. |
ConnectionString |
Gets or sets the connection string used to establish a connection to a data source. |
ProtectionLevel |
Gets or sets the level of encryption performed on sensitive data that is contained in the package. |
Retries |
Gets or sets the number of times the task attempts an operation. |
Scope |
Gets or sets the scope of the connection. |
ServerName |
Gets or sets the name of the FTP server. |
ServerPassword |
Sets the password for the server specified in the server name. |
ServerPort |
Gets or sets the port number on the server. |
ServerUserName |
Gets or sets the logon alias of the user. |
SupportsDTCTransactions |
Gets a value that indicates whether the connection supports DTC transactions. |
Timeout |
Gets or sets a value that indicates how long to attempt the connection before timing out. |
UsePassiveMode |
Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
Methods
AcquireConnection(Object) |
Creates an instance of the connection type. |
ReleaseConnection(Object) |
Releases the connection. |
SetQualifier(String) |
Sets a qualifier on the connection manager. |
Validate(IDTSInfoEvents100) |
Validates a configuration. |