Proprietà IDTSBulkInsertTask.MaximumErrors

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 bulk insert operation fails.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Sintassi

'Dichiarazione
Property MaximumErrors As Long 
    Get 
    Set
'Utilizzo
Dim instance As IDTSBulkInsertTask 
Dim value As Long 

value = instance.MaximumErrors

instance.MaximumErrors = value
long MaximumErrors { get; set; }
property long long MaximumErrors {
    long long get ();
    void set (long long value);
}
abstract MaximumErrors : int64 with get, set
function get MaximumErrors () : long 
function set MaximumErrors (value : long)

Valore proprietà

Tipo: System.Int64
A Long that indicates the maximum number of errors that can occur before the bulk load operation fails.

Osservazioni

For more information, see BulkInsertTask.

Vedere anche

Riferimento

IDTSBulkInsertTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask