언어

IDTSContainer100.MaximumErrorCount 속성

정의

컨테이너가 실행을 멈추기 전에 발생할 수 있는 최대 오류 수를 생성하거나 설정합니다.

public:
 property int MaximumErrorCount { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(22)]
public int MaximumErrorCount { [System.Runtime.InteropServices.DispId(22)] get; [System.Runtime.InteropServices.DispId(22)] set; }
[<System.Runtime.InteropServices.DispId(22)>]
[<get: System.Runtime.InteropServices.DispId(22)>]
[<set: System.Runtime.InteropServices.DispId(22)>]
member this.MaximumErrorCount : int with get, set
Public Property MaximumErrorCount As Integer

속성 값

허용되는 최대 오류 수.

특성

설명

자세한 내용은 DtsContainer를 참조하세요.

적용 대상