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」を参照してください。

適用対象