Compartilhar via


Propriedade do RDL ForEachLoopClass.MaximumErrorCount

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets an Integer value that indicates the maximum number of errors that can occur before the ForEachLoopClass object stops running.

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

Sintaxe

'Declaração
Public Overridable Property MaximumErrorCount As Integer 
    Get 
    Set
'Uso
Dim instance As ForEachLoopClass 
Dim value As Integer 

value = instance.MaximumErrorCount

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

Valor da propriedade

Tipo: System.Int32
An Integer that indicates the maximum number of errors allowed. The default value of this property is 1.

Implementa

IDTSContainer100.MaximumErrorCount

Consulte também

Referência

ForEachLoopClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper