언어

IDTSFTPTask.StopOnOperationFailure 속성

정의

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. FTP 작업이 실패할 때 종료되는지 여부를 나타내는 값을 받거나 설정합니다.

public:
 property bool StopOnOperationFailure { bool get(); void set(bool value); };
public bool StopOnOperationFailure { get; set; }
member this.StopOnOperationFailure : bool with get, set
Public Property StopOnOperationFailure As Boolean

속성 값

true FTP 작업이 실패하면 FTP 작업이 종료된다면; 그렇지 않으면, false.

적용 대상