IDTSBulkInsertTask.BatchSize 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the number of rows in each batch.
命名空间: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
程序集: Microsoft.SqlServer.BulkInsertTask(在 Microsoft.SqlServer.BulkInsertTask.dll 中)
语法
声明
Property BatchSize As Long
Get
Set
用法
Dim instance As IDTSBulkInsertTask
Dim value As Long
value = instance.BatchSize
instance.BatchSize = value
long BatchSize { get; set; }
property long long BatchSize {
long long get ();
void set (long long value);
}
abstract BatchSize : int64 with get, set
function get BatchSize () : long
function set BatchSize (value : long)
属性值
类型:System.Int64
A Long that indicates the number of rows in each batch.
注释
For more information, see BulkInsertTask.