Proprietà PackageClass.MaximumErrorCount
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the maximum number of errors that can occur before the package stops running.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable Property MaximumErrorCount As Integer
Get
Set
'Utilizzo
Dim instance As PackageClass
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)
Valore proprietà
Tipo: System.Int32
The maximum number of errors allowed.
Implementa
IDTSContainer100.MaximumErrorCount
Osservazioni
For more information, see Package.