IDTSContainer100.MaximumErrorCount Eigenschaft

Definition

Erhält oder setzt die maximale Anzahl von Fehlern, die auftreten können, bevor der Container nicht mehr läuft.

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

Eigenschaftswert

Die maximale Anzahl der erlaubten Fehler.

Attribute

Hinweise

Weitere Informationen finden Sie unter DtsContainer.

Gilt für: