Specifies the source file system's connection parameters. This option is for
remote file system, including FTP, SFTP, and SCP file systems only.
public object[] DestConnectionParameters { get; set; }
Public Property DestConnectionParameters As Object()
public:
property array<Object> DestConnectionParameters {
array<Object> get();
void set(array<Object> DestConnectionParameters);
}