Freigeben über


IDTSContainer100.MaximumErrorCount-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the maximum number of errors that can occur before the container stops running.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property MaximumErrorCount As Integer 
    Get 
    Set
'Usage
Dim instance As IDTSContainer100 
Dim value As Integer 

value = instance.MaximumErrorCount

instance.MaximumErrorCount = value
int MaximumErrorCount { get; set; }
property int MaximumErrorCount {
    int get ();
    void set (int value);
}
abstract MaximumErrorCount : int with get, set
function get MaximumErrorCount () : int 
function set MaximumErrorCount (value : int)

Eigenschaftswert

Typ: System.Int32
The maximum number of errors allowed.

Hinweise

For more information, see DtsContainer.

Siehe auch

Verweis

IDTSContainer100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace