ConnectionManagerFtpClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a connection manager FTP class.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionManagerFtpClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ConnectionManagerFtpClass class. |
| Name | Description | |
|---|---|---|
![]() | ChunkSize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the minimum number of bytes to retrieve or send. |
![]() | ConnectionString | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection string used to establish a connection to a data source. |
![]() | ProtectionLevel | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the level of encryption performed on sensitive data that is contained in the package. |
![]() | Retries | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of times the task attempts an operation. |
![]() | Scope | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the scope of the connection. |
![]() | ServerName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the FTP server. |
![]() | ServerPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the password for the server specified in the server name. |
![]() | ServerPort | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the port number on the server. |
![]() | ServerUserName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the logon alias of the user. |
![]() | SupportsDTCTransactions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the connection supports DTC transactions. |
![]() | Timeout | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates how long to attempt the connection before timing out. |
![]() | UsePassiveMode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
| Name | Description | |
|---|---|---|
![]() | AcquireConnection(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an instance of the connection type. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReleaseConnection(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Releases the connection. |
![]() | SetQualifier(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets a qualifier on the connection manager. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(IDTSInfoEvents100^) | Validates a configuration. |
For more information, see ConnectionManager.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


