Classe ConnectionManagerFtpClass
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a connection manager FTP class.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtpClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ConnectionManagerFtpClass _
Implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100
'Uso
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
O tipo ConnectionManagerFtpClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ConnectionManagerFtpClass | Infraestrutura. Initializes a new instance of the ConnectionManagerFtpClass class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ChunkSize | Infraestrutura. Gets or sets the minimum number of bytes to retrieve or send. | |
ConnectionString | Infraestrutura. Gets or sets the connection string used to establish a connection to a data source. | |
ProtectionLevel | Infraestrutura. Gets or sets the level of encryption performed on sensitive data that is contained in the package. | |
Retries | Infraestrutura. Gets or sets the number of times the task attempts an operation. | |
Scope | Infraestrutura. Gets or sets the scope of the connection. | |
ServerName | Infraestrutura. Gets or sets the name of the FTP server. | |
ServerPassword | Infraestrutura. Sets the password for the server specified in the server name. | |
ServerPort | Infraestrutura. Gets or sets the port number on the server. | |
ServerUserName | Infraestrutura. Gets or sets the logon alias of the user. | |
SupportsDTCTransactions | Infraestrutura. Gets a value that indicates whether the connection supports DTC transactions. | |
Timeout | Infraestrutura. Gets or sets a value that indicates how long to attempt the connection before timing out. | |
UsePassiveMode | Infraestrutura. Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
Início
Métodos
Nome | Descrição | |
---|---|---|
AcquireConnection | Infraestrutura. Creates an instance of the connection type. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ReleaseConnection | Infraestrutura. Releases the connection. | |
SetQualifier | Infraestrutura. Sets a qualifier on the connection manager. | |
ToString | (Herdado de Object.) | |
Validate | Validates a configuration. |
Início
Comentários
For more information, see ConnectionManager.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.