FTPClientConnection100Class.Connect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to establish a connection to FTP server.
public:
virtual bool Connect() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::Connect;
[System.Runtime.InteropServices.DispId(11)]
public virtual bool Connect ();
[<System.Runtime.InteropServices.DispId(11)>]
abstract member Connect : unit -> bool
override this.Connect : unit -> bool
Public Overridable Function Connect () As Boolean
Returns
true if connection is successful; otherwise, false.
Implements
- Attributes