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.