FTPClientConnection100Class Class
This API supports the infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("6CB0CB19-BD08-4366-8FED-9A70D2B61B8E")> _
<ClassInterfaceAttribute()> _
Public Class FTPClientConnection100Class _
Implements IDTSFtpClientConnection100, FTPClientConnection100
'Usage
Dim instance As FTPClientConnection100Class
[GuidAttribute("6CB0CB19-BD08-4366-8FED-9A70D2B61B8E")]
[ClassInterfaceAttribute()]
public class FTPClientConnection100Class : IDTSFtpClientConnection100,
FTPClientConnection100
[GuidAttribute(L"6CB0CB19-BD08-4366-8FED-9A70D2B61B8E")]
[ClassInterfaceAttribute()]
public ref class FTPClientConnection100Class : IDTSFtpClientConnection100,
FTPClientConnection100
[<GuidAttribute("6CB0CB19-BD08-4366-8FED-9A70D2B61B8E")>]
[<ClassInterfaceAttribute()>]
type FTPClientConnection100Class =
class
interface IDTSFtpClientConnection100
interface FTPClientConnection100
end
public class FTPClientConnection100Class implements IDTSFtpClientConnection100, FTPClientConnection100
The FTPClientConnection100Class type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChunkSize | Infrastructure. | |
Retries | Infrastructure. | |
ServerName | Infrastructure. | |
ServerPassword | Infrastructure. | |
ServerPort | Infrastructure. | |
ServerUserName | Infrastructure. | |
Timeout | Infrastructure. | |
UsePassiveMode | Infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Close | ||
Connect | Infrastructure. | |
CreateRemoteDirectory | Infrastructure. | |
DeleteFiles | Infrastructure. | |
DeleteRemoteDirectory | Infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetListing | Infrastructure. | |
GetType | (Inherited from Object.) | |
GetWorkingDirectory | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
ReceiveFiles | Infrastructure. | |
SendFiles | Infrastructure. | |
SetWorkingDirectory | Infrastructure. | |
ToString | (Inherited from Object.) |
Top
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.