IDTSFTPTask.Connection Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection name of the FTP connection manager used by the task.

public:
 property System::String ^ Connection { System::String ^ get(); void set(System::String ^ value); };
public string Connection { get; set; }
member this.Connection : string with get, set
Public Property Connection As String

Property Value

The connection name of the FTP connection manager.

Applies to