Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a connection manager FTP class.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtpClass
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ConnectionManagerFtpClass _
Implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100
'Utilisation
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
Le type ConnectionManagerFtpClass expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
ConnectionManagerFtpClass | Infrastructure. Initializes a new instance of the ConnectionManagerFtpClass class. |
Haut de la page
Propriétés
| Nom | 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. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
AcquireConnection | Infrastructure. Creates an instance of the connection type. |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ReleaseConnection | Infrastructure. Releases the connection. |
![]() |
SetQualifier | Infrastructure. Sets a qualifier on the connection manager. |
![]() |
ToString | (hérité de Object.) |
![]() |
Validate | Validates a configuration. |
Haut de la page
Notes
For more information, see ConnectionManager.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)