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 TaskHost.
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 TaskHostClass
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
Implementa
Consulte também