Propriété IDTSContainer100.MaximumErrorCount
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the maximum number of errors that can occur before the container stops running.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Property MaximumErrorCount As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
The maximum number of errors allowed.
Notes
For more information, see DtsContainer.