Classe ConnectionManagerFtpClass
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a connection manager FTP class.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtpClass
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ConnectionManagerFtpClass _
Implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100
'Utilizzo
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
Nel tipo ConnectionManagerFtpClass sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ConnectionManagerFtpClass | Infrastruttura. Initializes a new instance of the ConnectionManagerFtpClass class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ChunkSize | Infrastruttura. Gets or sets the minimum number of bytes to retrieve or send. | |
ConnectionString | Infrastruttura. Gets or sets the connection string used to establish a connection to a data source. | |
ProtectionLevel | Infrastruttura. Gets or sets the level of encryption performed on sensitive data that is contained in the package. | |
Retries | Infrastruttura. Gets or sets the number of times the task attempts an operation. | |
Scope | Infrastruttura. Gets or sets the scope of the connection. | |
ServerName | Infrastruttura. Gets or sets the name of the FTP server. | |
ServerPassword | Infrastruttura. Sets the password for the server specified in the server name. | |
ServerPort | Infrastruttura. Gets or sets the port number on the server. | |
ServerUserName | Infrastruttura. Gets or sets the logon alias of the user. | |
SupportsDTCTransactions | Infrastruttura. Gets a value that indicates whether the connection supports DTC transactions. | |
Timeout | Infrastruttura. Gets or sets a value that indicates how long to attempt the connection before timing out. | |
UsePassiveMode | Infrastruttura. Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AcquireConnection | Infrastruttura. Creates an instance of the connection type. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ReleaseConnection | Infrastruttura. Releases the connection. | |
SetQualifier | Infrastruttura. Sets a qualifier on the connection manager. | |
ToString | Ereditato da Object. | |
Validate | Validates a configuration. |
In alto
Osservazioni
For more information, see ConnectionManager.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.