Compartilhar via


Propriedade MaximumErrorCount

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

For more information, see DtsContainer.

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

Sintaxe

'Declaração
Property MaximumErrorCount As Integer
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .Int32