ConnectionManagerFtpClass-Klasse
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents a connection manager FTP class.
Vererbungshierarchie
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
Der ConnectionManagerFtpClass-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ConnectionManagerFtpClass | Infrastruktur Initializes a new instance of the ConnectionManagerFtpClass class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ChunkSize | Infrastruktur Gets or sets the minimum number of bytes to retrieve or send. | |
ConnectionString | Infrastruktur Gets or sets the connection string used to establish a connection to a data source. | |
ProtectionLevel | Infrastruktur Gets or sets the level of encryption performed on sensitive data that is contained in the package. | |
Retries | Infrastruktur Gets or sets the number of times the task attempts an operation. | |
Scope | Infrastruktur Gets or sets the scope of the connection. | |
ServerName | Infrastruktur Gets or sets the name of the FTP server. | |
ServerPassword | Infrastruktur Sets the password for the server specified in the server name. | |
ServerPort | Infrastruktur Gets or sets the port number on the server. | |
ServerUserName | Infrastruktur Gets or sets the logon alias of the user. | |
SupportsDTCTransactions | Infrastruktur Gets a value that indicates whether the connection supports DTC transactions. | |
Timeout | Infrastruktur Gets or sets a value that indicates how long to attempt the connection before timing out. | |
UsePassiveMode | Infrastruktur Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AcquireConnection | Infrastruktur Creates an instance of the connection type. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ReleaseConnection | Infrastruktur Releases the connection. | |
SetQualifier | Infrastruktur Sets a qualifier on the connection manager. | |
ToString | (Geerbt von Object.) | |
Validate | Validates a configuration. |
Zum Anfang
Hinweise
For more information, see ConnectionManager.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.