IDTSBulkInsertTask.MaximumErrors 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the maximum number of errors that can occur before the bulk insert operation fails.
命名空间: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
程序集: Microsoft.SqlServer.BulkInsertTask(在 Microsoft.SqlServer.BulkInsertTask.dll 中)
语法
声明
Property MaximumErrors As Long
Get
Set
用法
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)
属性值
类型:System.Int64
A Long that indicates the maximum number of errors that can occur before the bulk load operation fails.
注释
For more information, see BulkInsertTask.