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 | |
---|---|---|
ConnectionManagerFtpClass | Infrastructure. Initializes a new instance of the ConnectionManagerFtpClass class. |
Top
Properties
Name | Description | |
---|---|---|
ChunkSize | Infrastructure. Gets or sets the minimum number of bytes to retrieve or send. | |
ConnectionString | Infrastructure. Gets or sets the connection string used to establish a connection to a data source. | |
ProtectionLevel | Infrastructure. Gets or sets the level of encryption performed on sensitive data that is contained in the package. | |
Retries | Infrastructure. Gets or sets the number of times the task attempts an operation. | |
Scope | Infrastructure. Gets or sets the scope of the connection. | |
ServerName | Infrastructure. Gets or sets the name of the FTP server. | |
ServerPassword | Infrastructure. Sets the password for the server specified in the server name. | |
ServerPort | Infrastructure. Gets or sets the port number on the server. | |
ServerUserName | Infrastructure. Gets or sets the logon alias of the user. | |
SupportsDTCTransactions | Infrastructure. Gets a value that indicates whether the connection supports DTC transactions. | |
Timeout | Infrastructure. Gets or sets a value that indicates how long to attempt the connection before timing out. | |
UsePassiveMode | Infrastructure. Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
Top
Methods
Name | Description | |
---|---|---|
AcquireConnection | Infrastructure. Creates an instance of the connection type. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReleaseConnection | Infrastructure. Releases the connection. | |
SetQualifier | Infrastructure. Sets a qualifier on the connection manager. | |
ToString | (Inherited from Object.) | |
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.