다음을 통해 공유


IDTSFtpClientConnection100.UsePassiveMode 속성

정의

클라이언트 연결에서 Passive 모드를 사용하는지 여부를 가져오거나 설정합니다.

public:
 property bool UsePassiveMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public bool UsePassiveMode { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.UsePassiveMode : bool with get, set
Public Property UsePassiveMode As Boolean

속성 값

클라이언트 연결에서 수동 모드를 사용하는 경우 True, 그렇지 않으면 false입니다.

특성

적용 대상