다음을 통해 공유


IDTSFTPTask.Connection 속성

정의

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 태스크에서 사용하는 FTP 연결 관리자의 연결 이름을 가져오거나 설정합니다.

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

속성 값

FTP 연결 관리자의 연결 이름입니다.

적용 대상