Proprietà MaximumErrorCount
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see DtsContainer.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Property MaximumErrorCount As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Int32
Vedere anche